/* Reset */
blockquote, body, cite, p, form, h1, h2, h3, h4, h5, h6, input, table, td, ul {
  margin: 0px;
  padding: 0px;
}
/*
@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: #2f88e0;
}

body {
	min-width: 316px;
	font-family: 'Open Sans', sans-serif;/*Lato*/
	color: #393d40;
	background: #edf0f2;
	height: 100%;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 -o-hyphens: manual;
	 hyphens: manual;
}

body.page-privacy {
    min-width: 0px;
    overflow-x: hidden;
    word-wrap: break-word;

}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

h1 {
	font-weight: 400;
	font-size: 1.75em;
	color: #000;
}

h2 {
  color: #9b9b9b;
  font-size: 1.125em;
  font-weight: 400;
  padding-bottom: 1em;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
}

html {
	height: 100%;
	font-size: 100%;
}

img {
  border: 0;
}

input[type="text"], [type="password"] {
	padding: 5px 10px;
	color: #6d7073;
	border-width: 1px;
	border-style: solid;
	border-color: #b8babf;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
		
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}

p {
	margin-bottom: 1em;
}

select {
	padding: 5px 10px;
	color: #6d7073;
	height: 31px;
	font-size: 15px;
	border: 1px solid #b8babf;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

sup {
	color: #e10000;
}

textarea {
	border: 1px solid #ced3d9;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #6d7073;
	width: 100%;
  
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;

	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}

hr {
  border: none; /* 1px solid #ced3d9; */
  background-color: #ced3d9;
  height: 1px;
  margin: 16px 0 32px;
}

.videobox {
  background-color: #E1E3E5;
  text-align: center;
  width: 250px;
  height: 250px;
  float: left;
  color: #000000;
  padding: 3px;
  font-size: 14px;
  cursor: pointer;
  margin: 3px;
}

.videobox_hover {
  background-color: #3376B8;
  color: #FFFFFF;
}


#content-wrapper {
	margin: 0 auto;
	max-width: 1140px;
}

#dlg_ok {

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 16px 0;
	padding: 16px;
	text-align: center;
	background-color: #effaeb;
	border: 1px solid #3c8720;
	display:none;
}

#footer {
	position: relative;
	margin-top: -350px; /* negative value of footer height */
    margin-left: auto;
	margin-right: auto;
	clear: both;
	background: #737980;
} 

#footer .optanon-show-settings-popup-wrapper {
    float: right;
    position: relative;
    margin-right: 39px;
    margin-top: -4px;
}

.optanon-alert-box-wrapper {
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

#framework {
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Important Regel für moderne Browser */
    height: 100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */
    border: 1px solid red;
    margin: auto; /* Div soll zentriert werden */
    max-width: 1140px;
}

#main {
	padding-bottom: 350px; /* must be same height as the footer */
	margin: 0 auto;
	max-width: 1140px;
}

#menu_home {
	background: url('images/home.png') no-repeat right 0;
	width: 18px;
	height: 14px;
}

#menu_home:hover {
  background-position: left -14px;
}

#menu_home.menu_active {
  background-position: left -14px;
}

#menu-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

#window-wrapper {
  background: #b8c2cc;
}

#wrap {
	min-height: 100%;
	width: 100%;
    overflow: hidden;
}

#produktvergleich {
	overflow: auto;
}

.adresse {
	overflow: hidden;
	padding-left: 32px;
}

.button {
    display: block;
    max-width: 144px;
    font-size: 13.3333px;
    min-width: 128px;
    background: #3078bf;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px;
    border: 0; /*input-button*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button:disabled {
    cursor: not-allowed;
    background: rgba(0,0,0,0.3);
}

.button:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 */
    filter: alpha(opacity=85); /*IE7 und kleiner*/
}

.content {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 3%;
}

.content h1 {
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 300;
	color: #3579bb;
	padding-bottom: 8px;
}

.content h2 {
	font-size: 1.5em;
	color: #2f88e0;
}

.content h3 {
	font-size: 1.25em;
	padding-bottom: 2em;
}

.content p {
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.content ul {
	margin: 0em 0 0em 1em;
}

.content .kasten {
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	color: #000;
	background-color: #edeff2;
	padding: 50px;
}

.content .kasten h1 {
	font-size: 1.5em;
	padding-bottom: 1em;
}

.content .kasten h2 {
	font-size: 1em;
}

.content .products h3 {
	padding: 0;
	line-height: 1em;
}

.content_hover {
  background-color: #edeff2;
}

.content-wrapper  {
	width: 936px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.element {
	width: 20%;
	text-align: center;
	cursor: e-resize;
	display: inline-block;
	vertical-align: top;
	min-width: 55px;
	white-space: normal;
}

.element_content div {
	font-size: 13px;
	line-height: 33px;
	border-color: #ced2d9 #e1e3e5 #ced2d9 #fff;
	border-style: solid;
	border-width: 0 1px 1px 0px;
	padding: 0 10%;
	white-space: nowrap;
}

.element_content2 {
	box-shadow: rgba(0,0,0,0.1) 3px 3px 6px;
	padding-top: 120px;
	float: left;
}

.element_content2 div {
	font-size: 0.8em;
	line-height: 33px;
	padding-left: 16px;
	border-color: #ced2d9 #e1e3e5 #ced2d9 #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background-color: #f7f8fa;
	white-space: nowrap;
}

.element_content_topic {
  background: url('images/gradient.png') repeat-x bottom;
  background-color: #fff !important;
  height: 33px;
  line-height: 33px;
  border-color: #ced2d9 #e1e3e5 #ced2d9 #fff;
  border-style: solid;
  border-left-width: 1px !important;
  text-align: left;
  color: #131414;
  text-shadow: 1px 1px 0px #fff;
}

.element_content_topic h5 {
	color: #000;
	font-size: 16px;
}

.element_top {
  border: 1px solid #e1e3e5;
  border-width: 0 1px 0 0;
  background-color: #fff;
  height: 120px;
  color: #000;
}

.element_top h6 {
  padding-top: 10px;
  margin: 0px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
}

.element_top img {
	width: 32px;
}

.element_top_hover {
  -moz-border-radius-topright: 8px; 
      border-top-right-radius: 8px;
   -moz-border-radius-topleft: 8px; 
       border-top-left-radius: 8px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  border: none;
}

.erlaeuterung {
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    background: #3078bf;
    color: #fff;
    padding: 0 6px;
    margin-right: 11px;
    cursor: pointer;
}

.erlaeuterung:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 */
    filter: alpha(opacity=85); /*IE7 und kleiner*/
}

.extras {
	width: 33.33%;
	float: left;
	cursor: pointer;
	margin: 32px 0;
}

.extras h3 {
	font-weight: 300;
}

.extras h4 {
	font-size: 1.2em;
	font-weight: 300;
}

.extrashead {
	height: 170px;
	padding: 16px 64px 0;
}

.extrashead:hover {
  background-color: #649ded;
}

.extrashead:hover h3 {
	color: #fff;
}

.extrashead:hover h4 {
	color: #cfe4ff;
}

.extrascontent {
	display: none;
	height: 284px;
	padding: 32px 64px 0;
	background: url('images/white_gradient.png') repeat-x;
}

.features #buchhaltung {
	background: #fafafa url('images/kasse.png') no-repeat left bottom;
	background-size: 38%;
}

.features #buchhaltung h4, .features #buchhaltung h5  {
	color: #BC5989;
}

.features #buchhaltung h4#honorare  {
	background-image: url('images/icon_honorare.svg');
}

.features #buchhaltung h4#provisionierung  {
	background-image: url('images/icon_provisionierung.svg');
}

.features #buchhaltung h4#rechnungswesen  {
	background-image: url('images/icon_rechnungswesen.svg');
}

.features #buchhaltung .frueher_heute {
	background-color: #BC5989;
}

.features #expertise {
	background: url('images/expertise.jpg') no-repeat center bottom;
	background-size: 720px;
}

.features #kommunikation {
	background: #fafafa url('images/telefon.png') no-repeat left bottom;
	background-size: 38%;
}

.features #kommunikation h4, .features #kommunikation h5  {
	color: #9AB02C;
}

.features #kommunikation .frueher_heute  {
	background-color: #9AB02C;
}

.features #kommunikation h4#emails  {
	background-image: url('images/icon_emails.svg');
}

.features #kommunikation h4#telefon  {
	background-image: url('images/icon_telefon.svg');
}

.features #kontaktverwaltung {
	background: url('images/karteikarten.jpg') no-repeat left bottom;
	background-size: 62%;
}

.features #kontaktverwaltung h4, .features #kontaktverwaltung h5  {
	color: #216B6F;
}

.features #kontaktverwaltung h4#beziehungen  {
	background-image: url('images/icon_beziehungen.svg');
}

.features #kontaktverwaltung h4#merkmale  {
	background-image: url('images/icon_merkmale.svg');
}

.features #kontaktverwaltung h4#stammdaten  {
	background-image: url('images/icon_stammdaten.svg');
}

.features #kontaktverwaltung .frueher_heute  {
	background-color: #216B6F;
}

.features #schnittstellen {
	background: url('images/stecker.jpg') no-repeat left bottom;
	background-size: 70%;
}

.features #schnittstellen h4, .features #schnittstellen h5  {
	color: #326BAC;
}

.features #schnittstellen h4#excel  {
	background-image: url('images/icon_excel.svg');
}

.features #schnittstellen h4#outlook  {
	background-image: url('images/icon_outlook.svg');
}

.features #schnittstellen h4#planungssoftware  {
	background-image: url('images/icon_planungssoftware.svg');
}

.features #schnittstellen .frueher_heute  {
	background-color: #326BAC;
	margin-top: 5%;
}

.features #teamarbeit {
	background: url('images/tauziehen.png') no-repeat left bottom;
	background-size: 58%;
}

.features #teamarbeit h4, .features #teamarbeit h5  {
	color: #EECB0F;
}

.features #teamarbeit h4#arbeitszeit  {
	background-image: url('images/icon_arbeitszeit.svg');
}

.features #teamarbeit h4#aufgaben  {
	background-image: url('images/icon_aufgaben.svg');
}

.features #teamarbeit h4#rechte  {
	background-image: url('images/icon_rechte.svg');
}

.features #teamarbeit .frueher_heute  {
	background-color: #EECB0F;
	margin-top: 20%;
}

.features #vertragsverwaltung {
	background: #fafafa url('images/akten.png') no-repeat left bottom;
	background-size: 32%;
}

.features #vertragsverwaltung h4, .features #vertragsverwaltung h5  {
	color: #ED8D1A;
}

.features #vertragsverwaltung h4#einzelauswertungen  {
	background-image: url('images/icon_einzelauswertungen.svg');
}

.features #vertragsverwaltung h4#gesamtauswertungen  {
	background-image: url('images/icon_gesamtauswertung.svg');
}

.features #vertragsverwaltung h4#kundenvertraege  {
	background-image: url('images/icon_kundenvertraege.svg');
}

.features #vertragsverwaltung .frueher_heute  {
	background-color: #ED8D1A;
	margin-top: 15%;
}

.features #vertrieb {
	background: url('images/bulli.png') no-repeat left bottom;
	background-size: 40%;
}

.features #vertrieb h4, .features #vertrieb h5  {
	color: #DA2536;
}

.features #vertrieb h4#filterwerke  {
	background-image: url('images/icon_filterwerke.svg');
}

.features #vertrieb h4#kampagnen  {
	background-image: url('images/icon_kampagnen.svg');
}

.features #vertrieb h4#statistiken  {
	background-image: url('images/icon_statistiken.svg');
}

.features #vertrieb h4, .features #vertrieb h5  {
	color: #DA2536;
}

.features #vertrieb .frueher_heute  {
	background-color: #DA2536;
	margin-top: 25%;
}

.features #vorsorge {
	background: #fafafa url('images/beratung.png') no-repeat left bottom;
	background-size: 58%;
}

.features h1 {
	font-size: 2.5em;
	line-height: 1.125em;
}

.features h2 {
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 2em;
}

.features h3 {
	font-size: 1.25em;
	font-weight: 300;
}

.features h3 span.frueher {
	color: #9b9b9b;
}

.features h4 {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 38px;
	margin-bottom: 8px;
	line-height: 32px;
	font-size: 1.25em;
	font-weight: 400;
}

.features h5 {
	font-size: 1.125em;
	font-weight: 300;
	padding: 2em 0;
}

.features p {
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.features .elements1 .picture, .features .elements1 .spalte1 {
	width: 48%;
	padding-left: 4%;
	float: right;
}

.features .elements1 .text {
	width: 48%;
	overflow: hidden;
}

.features .elements2 .picture {
	width: 48%;
	padding-right: 4%;
	float: left;
}

.features .elements2 .text {
	width: 48%;
	overflow: hidden;
}

.features .elements3 .picture {
	width: 100%;
}

.features .fpm h2 {
	padding-bottom: 1em;
}

.features .frueher_heute {
	width: 50%;
	padding: 2em 3em;
	float: right;
	color: #fff;
	font-size: 1.25em;
	font-weight: 300;
	-webkit-border-radius: 1em 0 0 1em;
	-moz-border-radius: 1em 0 0 1em;
	border-radius: 1em 0 0 1em;
	filter: alpha(opacity=85); /* For IE8 and earlier */
}

.features .grid {
	max-width: 720px;
	margin: auto;
	padding: 4em 6% 0;
}

.features .icon {
	float: left;
	width: 87px;
	margin-right: 16px;
}

.features .layout1, .features .layout2, .features .layout3 {
	border: 1px solid #e1e2e3;
	border-width: 0 0 1px 0;
}	

.features .layout1 {
	background: #fafafa;
}

.features .layout3 .text1 {
	clear: both;
	width: 50%;
	padding-right: 1.5%;
    padding-bottom: 45%; /* wegen background Vorsorge */
	display: table-cell;
}

.features .layout3 .text2 {
	width: 50%;
	padding-left: 1.5%;
	display: table-cell;
}

.features .layout3 .picture1 {
	float: left;
	width: 75%;
}

.features .layout3 .picture2 {
	float: right;
	width: 75%;
	margin: -60px 0 50px;
}

.features .picture img {
	width: 100%;
	padding-bottom: 2em;
}

.fehlermeldung {
	color: #e10000;
}

.formular {
    color: #000;
    background-color: #edeff2;
    padding: 50px;
    border: 1px solid #ced3d9;
    overflow: hidden;
}

.formular input[type="text"] {
	margin: 0 0 10px;
}

.formular .produkte label {
    display: block;
    font-size: 0.9em;
    margin-bottom: 1em;
}

.head {
	margin: 0 6%;
}

.head img {
	width: 120px;
	height: 120px;
	float: left;
}

.head h1 {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	font-size: 2.5em;
	font-weight: 300;
	padding-left: 16px;
}

.hervorgehoben {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline;
}

.info {
	font-size: 0.9em;
	font-style: italic;
	padding: 2em 0;
	text-align: center;
}

.line {
	border: 1px solid #ced3d9;
	border-width: 1px 0 0 0;
	margin: 5% 0;
	height: 0;
}

.listtab {
  width: 100%;
  padding-top: 20px;
}

.listtab td {
  padding: 0 20px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  vertical-align: middle;
  font-size: 13px;
}

.listtab td:last-child {
  border-right-width: 0;
}

.menu {
	position: relative;
	display: inline-block;
	margin-left: 3%;
}

.menu a {
	display: block;
}

.menu a:hover .menu_link{
	color: #5696f1;
	background: url('images/dreieck_hover.gif') no-repeat right;
}

.menu_link {
	line-height: 83px;
	color: #393d40;
	background: url('images/dreieck.gif') no-repeat right;
	padding-right: 16px;
}

.menu_link.menu_aktiv {
	color: #2f88e0;
}

.oeffnen {
  cursor: pointer;
}

.preise .tabelle td:nth-child(1n+2) {
	text-align: right;
}

.product a.button {
	margin: 10px auto;
}

.product .buttonframe {
	 background: #dce1e5;
	 margin-top: 16px;
	 padding: 2px;
}

.product .description {
	width: 32%;
	overflow: hidden;
	padding: 0 6% 0 0;
}

.product .description .buttonframe {
	margin-bottom: 32px;
}

.product .description h2 {
	font-size: 1.5em;
	font-weight: 300;
	color: #626a78;
	margin-top: 18%;
	padding-bottom: 1em;
}

.product .description p {
	 font-size: 14px;
	 line-height: 2em;
}

.product .details {
	width: 62%;
	overflow: hidden;
}

.product .details h3 {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 1em 0;
}

.product .details p {
	font-size: 0.9em;
	line-height: 1.75em;
}

.product .features {
	width: 38%;
	float: left;
	font-weight: 600;
	font-size: 0.9em;
}

.product .features div {
	padding: 0 32px 5% 0;
}

.product .features img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.product .features table {
	width: 100%;
	border-collapse: collapse;
}

.product .features td {
	padding: 5px;
	color: #000;
}

.product .features td:nth-child(3) {
	text-align: left;
}

.product .features td span {
	color: #808080;
}

.product .features tr {
	background: #f7f7f7;
}

.product .features tr:nth-child(even) {
	background: #fff;
}

.product .features tr:hover {
	background-color: #dce1e5;
	cursor: pointer;
}

.product .features tr.unavailable {
	cursor: default;
}

.product .screen {
	width: 62%;
	float: left;
}

.product .screen img {
	width: 100%;
}

.product .title {
	margin-top: 32px;
}

.product .title h1 {
	font-size: 2.5em;
	line-height: 1em;
	padding-top: 20px;
	padding-bottom: 6px; /*avoids font bottom clipping*/
	font-weight: normal;
	background: url('images/gschwind.gif') no-repeat;
	overflow: hidden;
}

.product .title img {
	float: left;
	margin: 0 2% 0 6%;
	width: 63px;
}

.products {
	text-align: center;
}

.products #finanzplaner_kompakt h4 {
	margin: -8px 0 5px;
	font-size: 1.6em;
	font-weight: 300;
	font-style: italic;
	color: #619b17;
}

.products #finanzplaner_kompakt h3 {
	margin-bottom: 0;
}

.products h3 {
	margin: -8px 0 32px 0;
	font-size: 1.6em;
}

.products .maingrid .bahn {
	background-repeat: no-repeat;
	background-size: 100% 83px;
	background-position: bottom;
	height: 166px;
	text-align: center;
}

.products  #bahn1 .bahn {
	background-image: url('images/bahn_unten1von4.png');
}

.products  #bahn2 .bahn {
	background-image: url('images/bahn_unten2von4.png');
}

.products  #bahn3 .bahn {
	background-image: url('images/bahn_unten3von4.png');
}

.products  #bahn4 .bahn {
	background-image: url('images/bahn_unten4von4.png');
}


.products #bahn1 .colorstrip {
	margin-right: 2px;
}

.products #bahn2 .colorstrip {
	margin: 0 2px;
}

.products #bahn3 .colorstrip {
	margin: 0 2px;
}

.products #bahn4 .colorstrip {
	margin-left: 2px;
}

.products .subgrid .bahn {
	background-repeat: no-repeat;
	background-size: 100% 166px;
	height: 166px;
	text-align: center;
}

.products .subgrid .bahn div {
	display: inline-block;
	text-align: left;
}

.products  #finanzplaner .bahn {
	background-image: url('images/bahn_unten1von4.png');
}

.products  #nachfolgeplaner .bahn {
	background-image: url('images/bahn_unten2von4.png');
}

.products  #finanzplaner_kompakt .bahn {
	background-image: url('images/bahn_unten3von4.png');
}

.products  #vorsorgeplaner .bahn {
	background-image: url('images/bahn_unten4von4.png');
}

.products .definition {
	padding: 8px 10px 0 32px;
	text-align: left;
}

.products .mainproduct .definition {
	padding: 0 15%;
	vertical-align: top;
}

.products .gschwind {
	padding-bottom: 4px;
	width: 70px;
}

.products .kugel {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.products .maingrid {
	width: 25%;
	display: inline-block;
}

.products .maingrid .colorstrip {
	background-color: #4b6485;
}

.products .mainproduct {
	position: relative;
	margin-bottom: 93px;
}

.products .colorstrip {
	height: 8px;
}

.products #finanzplaner .colorstrip {
	background: #2f5fa1;
	margin-right: 2px;
}

.products #finanzplaner_kompakt .colorstrip {
	background: #3c8720;
	margin: 0 2px;
}

.products #nachfolgeplaner .colorstrip {
	background: #0b7599;
	margin: 0 2px;
}

.products #vorsorgeplaner .colorstrip {
	background: #9d4c2c;
	margin-left: 2px;
}

.products .subgrid {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.products .subproduct {
	margin-bottom: 25px;
	position: relative;
}

.products .mainproduct .link span, .products .subproduct .link span {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;

	/* fixes overlap error in IE7/8 */
	background-image: url('images/empty.gif');
}

.produktvergleich {
	padding-top: 5%;
	white-space: nowrap;
}

.question {
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    background: #3078bf;
    color: #fff;
    padding: 0 6px;
    margin-right: 11px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.question:hover {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 */
    filter: alpha(opacity=85); /*IE7 und kleiner*/
}

.qs_container
{	
	overflow: hidden;
	text-align: center;
}

.qs_container h1
{
	text-align: center;
	padding: 50px 0;
	font-weight: 300;
	font-size: 2.5em;
}

.qs_container a {
	width: 14%;
	display: block;
	text-align: center;
	float: left;
	color: #666;
}

.qs_container a img {
  margin: 32px 0 32px;
}

.referenz {
  width: 664px;
  margin: 0 auto 20px;
  padding: 20px 50px;
  position: relative;
  background: #edf0f2;
}

.referenz a {
	position: absolute;
	right: 50px;
	font-size: 0.8em;
}

.referenz .portrait {
  float: left;
}

.referenz .name {
	overflow: hidden;
	padding-left: 20px;
}

.referenz .name h3 {
  color: #2f5fa1;
  font-weight: 600;
  font-size: 1.5em;
}

.referenz .name h4 {
  color: #797c80;
  font-weight: 400;
  font-size: 0.9em;
}

.referenz blockquote {
  margin-top: 20px;
  padding: 13px 35px;
  background: url('images/quote.png') no-repeat top left;
}

.referenz blockquote p {
  padding-bottom: 20px;
  font-size: 0.8em;
  line-height: 1.5em;
}

.referenz blockquote cite {
  font-size: 14px;
}

.referenz .oeffnen {
  width: 100px;
  background-color: #8f9cb2;
  text-align: center;
  color: #fff;
  position: absolute; right: 50px; bottom: 0px;
  font-size: 13px;
  padding: 5px 0;
}

.referenz .oeffnen:hover {
  background-color: #3f7bcf;
}

.referenz .zitat {
  display: none;
}

.schild {
	width: 275px;
	float: right;
	padding: 50px 25px 25px;
	background: #3376b8;
	margin-top: 16px;
}

.schild h1 {
  font-size: 1.75em;
  font-weight: 400;
  padding-bottom: 0.5em;
  color: #fff;
}

.schild h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
}

.section {
	background: url('images/verlauf_grau_horizontal.png') repeat-x bottom;
}

.section-content {
	margin: 100px auto;
	max-width: 800px;
	overflow: hidden;
}

.section-content h1 {
	font-size: 2.25em;
	font-weight: 600;
}

.section-content h2 {
	font-size: 1.5em;
	font-weight: 300;
}

.section-content h3 {
	font-size: 1em;
	font-weight: 600;
}

.section-content img {
	margin: 0 20px 50px 0;
	float: left;
}

.section-schatten {
	height: 14px;
	background: url('images/schatten.png') no-repeat bottom;
}

.sitemap {
	max-width: 1140px;
	margin: auto;
}

.sitemap .container {
	width: 90%;
	margin: auto;
}

.sitemap .rubrik {
	width: 25%;
	float: left;
}

.sitemap .container ul {
	border: 1px solid #a2a4a6;
	border-width: 0 0 0 1px;
	padding: 0 16px;
	line-height: 1.75em;
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
	min-height: 275px;
}

.sitemap li {
	font-weight: normal;
}

.sitemap a {
	color: #fff;
}

.sitemap a:hover {
	color: #fff;
	border: 1px dotted #fff;
	border-width: 0 0 1px 0;
}

.slide {
	height: 450px;
	background-image: url('images/slide_fn.png');
	background-size: 750px;
	background-repeat: no-repeat;
	background-position: center 0;
  cursor: pointer;
}

.spalte1 {
	width: 38%;
}

.spalte2 {
	width: 62%;
}

.standards #bedienung p span {
	color: #216c71;
}

.standards #visualisierung p span {
	color: #98b22d;
}

.standards #datenaustausch p span {
	color: #edca0e;
}

.standards #datenaustausch .picture img {
	max-width: 480px;
}

.standards #echtzeit .picture img {
	max-width: 485px;
}

.standards #echtzeit p span {
	color: #ef8a14;
}
	
.standards #echtzeit .picture {
	vertical-align: bottom;
}

.standards #echtzeit .picture img {
	max-width: 485px;
}

.standards #nachvollziehbarkeit p span {
	color: #dc2632;
}

.standards #lizenzmodell p span {
	color: #bf588d;
}

.standards #support p span {
	color: #0b72db;
}

.standards #support .picture img {
	max-width: 480px;
}

.standards #support .picture {
	vertical-align: bottom;
}

.standards #nachvollziehbarkeit .picture {
	vertical-align: bottom;
}

.standards h1 {
	font-size: 2em;
	line-height: 1em;
	font-weight: 600;
}

.standards h2 {
	font-size: 1.5em;
	font-weight: 300;
	padding: 0;
}

.standards p {
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 2em;
}

.standards p span {
	font-size: 1.2em;
	font-weight: 400;
	display: block;
	margin: 10px 0;
}

.standards .grid {
	max-width: 960px;
	margin: auto;
	padding: 100px 6% 0;
}

.standards .text {
	padding: 4em 0;
}

.standards .elements {
	clear: both;
	display: table;
}

.standards .icon {
	float: left;
	margin-right: 16px;
}

.standards .layout1 .picture {
	width: 59%;
	padding-left: 3%;
	display: table-cell;
	vertical-align: middle;
}

.standards .layout1 .text {
	width: 38%;
	display: table-cell;
}

.standards .layout2 {
	background: #fafafa;
	border: 1px solid #e1e2e3;
	border-width: 1px 0;
}

.standards .layout2 .picture {
	width: 59%;
	padding-right: 3%;
	display: table-cell;
	vertical-align: middle;
}

.standards .layout2 .text {
	width: 38%;
	display: table-cell;
}

.standards .picture img {
	width: 100%;
	display: block; /*removes gap under img*/
	margin: 0 auto;
}

.start .kasten a {
	float: right;
}

.start .kasten h1 {
	font-size: 1.74em;
}

.start .kasten ul {
	float: left;
	padding: 0 0 0 16px;
	width: 60%;
}

.start .kasten img {
	float: left;
	padding-right: 16px;
}

.start .kasten .details {
	clear: both;
	background: #e1e3e5;
	overflow: hidden;
	padding: 32px;
}

.start .kasten .finanz_nachfolge {
    width: 50%;
    float: left;
    margin-top: 8px;
}

.start .kasten .finanz_nachfolge .inhalt {
	margin-right: 8px;
	padding: 32px;
	background: #fff;
}

.start .kasten .fpm {
    margin-top: 8px;
    width: 50%;
    float: left;
}

.start .kasten .fpm .inhalt {
	margin-left: 8px;
	padding: 32px;
	background: #fff;
}

.submenu {
	display: none;
	position: absolute;
	overflow: visible;
	top: 64px;
	font-size: 0.8em;
	background: #edf0f2;
	min-width: 200px;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 0 0 4px 4px; 
	border-top-left-radius: 0;

	-webkit-box-shadow: rgba(0,0,0,0.6) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 3px 3px;
}

.submenu a {
	display: block;
	overflow: hidden;
	height: 3em;
	color: #393d40;
	text-decoration: none;
	text-align: left;
	padding: 0 32px;
	line-height: 3em;
	margin-bottom: -1px;
}

.submenu a:hover {
	color: #5696f1;
	background-color: #f7fafc;
}

.submenu h1 {
	white-space: nowrap;
	padding: 0 32px;
	font-size: 1.25em;
	font-weight: 400;
	background-color: #dce1e5;
	line-height: 3em;
}

.t1 {
  border: 1px solid #ced3d9;
  background-color: #edf0f2;
  margin-bottom: 20px;
  position: relative;
}

.t1 h5 {
  background: #fff url('images/gradient.png') repeat-x bottom;
  border-color: #ced3d9;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin-bottom: -1px;
  height: 33px;
  line-height: 33px;
  text-shadow: 1px 1px 0 #fff;
  padding-left: 20px;
  color: #323232;
}

.t1 h5:hover {
  color: #3f7bcf;
}

.t1 h5 span {
  padding-right: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  font-weight: normal;
}

.t2 {
  display: none;
}

.tabelle {
	margin: 0 auto;
	border: 1px solid #ced3d9;
	background-color: #edf0f2;
	border-spacing: 0;
	width: 100%;
    table-layout: fixed;
}

.tabelle h3{
	font-size: 1em;
	font-weight: 700;
}

.tabelle th {
    background: #fff url('images/gradient.png') repeat-x bottom;
    border-style: solid;
    border-color: #fff #e1e3e5 #ced2d9 #fff;
    border-width: 0 0 1px 0;
    padding: 0 1em;
    text-align: left;
	height: 33px;
    color: #323232;
    text-shadow: 1px 1px 0 #fff;
}

.tabelle td {
	padding: 0.5em 1em;
	font-size: 0.9em;
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	vertical-align: middle;
}

.tabelle td:first-child {
  border-left-width: 0;
  text-align: left;
}

.tabelle td.hervorgehoben{
	color: #2f88e0;
	text-align: center;
}

.tabelle .gschwind {
	color: #919499;
	font-weight: bold;
}

.tabelle .hervorgehoben {
	display: table-cell;
}

.tabelle .produkt {
	font-weight: 600;
	color: #000;
}

.ui-tooltip {
	background-color: #fff;
}

.ui-tooltip-content {
	font-size: 0.8em;
}

.verlauf_blau {
  background: #004080 url('images/verlauf_blau.png');
  height: 9px;
}

.weissesfenster
{
	background: #fff;
	border: 1px solid; 
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	margin: 3px 3px 16px;
	position: relative;
	clear: both;

	 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		  border-radius: 4px;

	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	 -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
		  box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

.weissesfenster:nth-child(1n) { border: none; } /* reset border for smart browsers */

.whitewindow
{
	background: #fff;
}

.whitewindow:nth-child(1n) { border: none; } /* reset border for smart browsers */

.formgrp {
    font-weight: bold;
    font-size: 16px;
}

.pull-right {
    position: relative;
    float: right;
}

.pull-left {
    position: relative;
    float: left;
}

#label-privacy-checkbox {
    margin: 8px 0px;
}

#input-privacy-checkbox {
    margin: 11px 0px;
    margin-right: 6px;
}

.justified {
    text-align: justify;
}

#privacy h1,
#privacy h2 {
    text-align: left;
}

.group {
    position: relative;
    width: 100%;
    float: left;
}

.group.demo,
.group.login,
.group.address {
    margin-left: -50px;
    margin-bottom: -58px;
    padding: 0.5em 50px 0.5em 50px;
    border-top: 1px solid #fff;
}

.group.address {
    margin-bottom: 0px;
}

.group.demo label,
.group.login label,
.group.address label,
.group.bestellung label{
    position: relative;
    float: left;
    font-size: 0.9em;
    width: 94%;
    }

.group.login {
    margin-top: 50px;
}

.group.demo {
    margin-left: -50px;
    margin-bottom: 0px;
}

.input-group {
    position: relative;
    float: left;
    width: 84%;
}

/* Begin: Page Demo */
#tpl-demo .formular {
    position: relative;
    float: left;
    padding-bottom: 0px;
}

#tpl-demo .formular .left-container {
    width: 38%;
    float: left;
    margin-right: 6%;
}
/* End: Page Demo */

/* Begin: Page Adresse*/
#tpl-adresse .formular {
    position: relative;
    float: left;
    padding-bottom: 0px;
}

#tpl-adresse .formular .left-container {
    width: 38%;
    float: left;
    margin-right: 6%;
}

#tpl-adresse .formular .right-container {
    overflow: hidden;
}
/* End: Page Adresse*/
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
    /* for 1280px or less */
    @media screen and (max-width: 1280px) {
    }
    /* for 1140px or less */
    @media screen and (max-width: 1140px) {
        .adresse {
            width: 100%;
            padding: 16px 0 0 0;
        }

        .qs_container a {
            font-size: 0.9em;
        }

        .sitemap ul {
            font-size: 0.8em;
        }

        .start .kasten h1 {
            font-size: 1.49em;
        }

        .weissesfenster {
            margin: 3px 0 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
    }
    /* for 1024px or less */
    @media screen and (max-width: 1024px) {

        .element_top h6 {
            font-size: 12px;
        }

        .element_content2 div {
            font-size: 12px;
        }

        .features h1 {
            font-size: 2em;
        }

        .features h2 {
            font-size: 1.25em;
        }

        .features img.icon {
            width: 70px;
        }

        .head h1 {
            height: 96px;
            font-size: 2.25em;
        }

        .head img {
            width: 96px;
            height: 96px;
        }

        .products .definition {
            text-align: center;
            padding: 8px 32px 0;
        }

        .product .features {
            width: 50%;
        }

        .product .details {
            width: 50%;
        }

        .products #finanzplaner .bahn {
            background-image: url('images/bahn_unten1von3.png');
            background-position: bottom;
            background-size: 100% 138px;
        }

        .products #nachfolgeplaner .bahn {
            background-image: url('images/bahn_unten2von3.png');
            background-position: bottom;
            background-size: 100% 138px;
        }

        .products #finanzplaner_kompakt .bahn {
            background-image: url('images/bahn_unten3von3.png');
            background-position: bottom;
            background-size: 100% 138px;
        }

        .products #vorsorgeplaner .bahn {
            background-image: url('images/bahn_unten1von1.png');
            background-position: bottom;
            background-size: 100% 138px;
        }

        .products #bahn1 .bahn {
            background-image: url('images/bahn_unten1von3.png');
        }

        .products #bahn2 .bahn {
            background-image: url('images/bahn_unten2von3.png');
        }

        .products #bahn3 .bahn {
            background-image: url('images/bahn_unten3von3.png');
        }

        .products #bahn4 {
            display: none;
        }

        .products .maingrid {
            width: 33.33%;
        }

        .products .mainproduct {
            margin-bottom: 48px;
        }

        .products .subgrid {
            width: 33.33%;
        }

        .qs_container a {
            width: 20%;
            float: none;
            display: inline-block;
        }

            .qs_container a img {
                margin: 16px 0 32px;
            }

        .start .kasten h1 {
            height: 2.75em;
            text-align: center;
        }

        .start .kasten h2 {
            text-align: center;
            font-size: 1em;
        }

        .start .kasten img {
            float: none;
            display: block;
            margin: auto;
            padding: 0;
        }

        .start .kasten ul {
            font-size: 0.9em;
            padding: 0 0 0 16px;
        }

        .sitemap ul {
            margin-bottom: 32px;
            min-height: 0;
        }

        .sitemap .rubrik {
            width: 33.33%;
        }

        .group .button {
            margin-top: 10px;
        }

        .input-group {
            width: 76%
        }

        .group.bestellung .input-group {
            width: 72%;
        }

        #input-privacy-checkbox {
            margin: 20px 0px;
            margin-right: 16px;
        }
    }
    /* for 810px or less */
    @media only screen and (max-width: 810px) {
        .group.demo label,
        .group.login label,
        .group.address label,
        .group.bestellung label {
            width: 84%;
        }

        #label-privacy-checkbox {
            margin: 11px 0px;
        }
    }
    /* for 768px or less */
    @media only screen and (max-width: 768px) {
        .element_content2 {
            padding-top: 64px;
        }

            .element_content2 div, .element_content div {
                font-size: 0.7em;
            }

        .element_top {
            height: 64px;
        }

            .element_top h6 {
                display: none;
            }

            .element_top img {
                padding-top: 12px;
            }

        .features h1 {
            font-size: 1.75em;
        }

        .features h2 {
            font-size: 1.125em;
        }

        .features img.icon {
            width: 64px;
        }

        .formular {
            font-size: 0.8em;
        }

        .head h1 {
            height: 64px;
            font-size: 2em;
        }

        .head img {
            width: 64px;
            height: 64px;
        }

        .menu {
            display: block;
            margin: 0 3%;
        }

        .menu:first-child {
            padding: 34px 0 16px;
        }

        .menu:last-child {
            padding-bottom: 32px;
        }

        .menu_link {
            line-height: 32px;
            background-position: left;
            padding-left: 16px;
        }

        .menu a:hover .menu_link {
            background-position: left;
        }

        .product .features, .product .details {
            float: none;
            width: 100%;
            padding: 0;
        }

        .product .features div {
            padding: 32px 7%;
        }

        .product .description {
            width: auto;
            padding: 0 10%;
        }

        .product .description h2 {
            margin: 0;
        }

        .product .details h3, .product .details p {
            padding-left: 7%;
        }

        .product .screen {
            width: 100%;
            float: none;
        }

        .product .screen img {
            width: 80%;
            display: block;
            margin: 0 auto;
        }

        .products #bahn1 .bahn {
            background-image: url('images/bahn_unten1von2.png');
        }

        .products #bahn2 .bahn {
            background-image: url('images/bahn_unten2von2.png');
        }

        .products #bahn3 {
            display: none;
        }

        .products #finanzplaner .bahn, .products #finanzplaner_kompakt .bahn {
            background-image: url('images/bahn_unten1von2.png');
            background-position: bottom;
            background-size: 100% 110px;
        }

        .products #nachfolgeplaner .bahn, .products #vorsorgeplaner .bahn {
            background-image: url('images/bahn_unten2von2.png');
            background-position: bottom;
            background-size: 100% 110px;
        }

        .products .definition {
            font-size: 0.9em;
        }

        .products .maingrid {
            width: 50%;
        }

        .products .mainproduct {
            margin-bottom: 24px;
        }

        .products .subgrid {
            width: 50%;
        }

        .qs_container a {
            width: 33.33%;
        }

            .qs_container a img {
                margin: 8px 0 32px;
            }

        .start .kasten a {
            float: none;
            margin: auto;
        }

        .start .kasten h1 {
            font-size: 1.35em;
        }

        .start .kasten h2 {
            height: 5em;
        }

        .start .kasten ul {
            float: none;
            padding: 0 0 16px 16px;
            width: 100%;
            font-size: 0.8em;
        }

        .start .kasten .details {
            padding: 16px;
        }

        .sitemap .rubrik {
            width: 50%;
        }

        .slide {
            background-size: 95%;
            height: 425px;
        }

        .submenu {
            position: static;
            font-size: 0.8em;
            -webkit-box-shadow: 0 0;
            -moz-box-shadow: 0 0;
            box-shadow: 0 0;
        }

            .submenu a {
                height: 2em;
                line-height: 2em;
            }

            .submenu h1 {
                line-height: 2em;
            }

        /* Begin: Page Demo */
        #tpl-demo .formular {
            padding: 0.5em 1em 0em 1em;
        }

        #tpl-demo .formular .left-container,
        #tpl-demo .formular .right-container {
            width: 100%;
        }
        /* End: Page Demo */

        /* Begin: Page Adresse*/
        #tpl-adresse .formular .left-container {
            width: 100%;
            float: left;
            margin-right: 6%;
        }

        #tpl-adresse .formular .right-container {
            float: left;
            clear: left;
            width: 100%;
            overflow: hidden;
        }
    }
    /* for 624px or less */
    @media only screen and (max-width: 624px) {
        .input-group,
        .group.bestellung .input-group {
            width: 100%;
        }
    }
    /* for 600px or less */
    @media only screen and (max-width: 600px) {
        #kommunikation h5 {
            float: right;
            width: 50%;
        }

        .content h1 {
            font-size: 2.5em;
        }

        .element_content2 div, .element_content div {
            font-size: 0.6em;
        }

        .features #buchhaltung .frueher_heute {
            margin-top: 0;
        }

        .features #expertise .text2 {
            padding-bottom: 80%;
        }

        .features #expertise img.display {
            display: none;
        }

        .features #kontaktverwaltung {
            background-size: 70%;
        }

        .features #kommunikation {
            background-size: 45%;
        }

        .features #schnittstellen {
            background-size: 100%;
        }

        .features #teamarbeit {
            background-size: 75%;
        }

        .features #vertragsverwaltung {
            background-size: 38%;
        }

            .features #vertragsverwaltung .frueher_heute {
                margin-top: 0;
            }

        .features #vertrieb {
            background-size: 50%;
            padding-bottom: 15%;
        }

        .features #vorsorge {
            background-size: 100%;
        }

        .features h1 {
            text-align: center;
            padding-top: 0.25em;
        }

        .features h2 {
            text-align: center;
            padding-bottom: 2.5em;
        }

        .features img.icon {
            width: 70px;
            float: none;
            display: block;
            margin: 0 auto;
        }

        .features .elements1 .picture, .features .elements2 .picture {
            float: none;
            width: 100%;
            max-width: 350px;
            margin: 0 auto;
            padding: 0;
        }

        .features .elements1 .spalte1 {
            width: 100%;
            padding-left: 0;
            float: none;
        }

        .features .elements1 .text, .features .elements2 .text {
            width: 100%;
        }

        .features .elements3 .picture {
            display: none;
        }

        .features .frueher_heute {
            width: auto;
            float: none;
            padding: 1em 6%;
            margin-bottom: 35%;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .features #teamarbeit .frueher_heute {
            margin-top: 0%;
        }

        .features .grid {
            padding-top: 2em;
        }

        .features .layout3 .picture1 {
            float: none;
            width: 100%;
        }

        .features .layout3 .picture2 {
            float: none;
            width: 100%;
            margin: 32px 0;
        }

        .features .layout3 .text1 {
            width: 100%;
            padding: 0;
            display: block;
        }

        .features .layout3 .text2 {
            width: 100%;
            padding: 0 0 60% 0;
            display: block;
        }

        .products h3 {
            font-size: 1.25em;
        }

        .product .screen img {
            width: 100%;
        }

        .product .title h1 {
            font-size: 2em;
            padding-top: 16px;
            background-size: 100px;
        }

        .product .title img {
            width: 48px;
        }

        .products .maingrid, .products .subgrid {
            width: 100%;
        }

        .products #bahn2 {
            display: none;
        }

        .products #bahn1 .bahn, .products #finanzplaner .bahn, .products #finanzplaner_kompakt .bahn, .products #nachfolgeplaner .bahn, .products #vorsorgeplaner .bahn {
            background-image: url('images/bahn_unten1von1.png');
            background-position: bottom;
            background-size: 100% 83px;
        }

        .qs_container a img {
            margin: 8px 0 24px;
        }

        .sitemap .rubrik {
            width: 250px;
            float: none;
            margin: auto;
        }

        .slide {
            background-size: 95%;
            height: 325px;
        }


        .start .kasten a {
            float: right;
        }

        .start .kasten h1 {
            font-size: 1.75em;
            height: auto;
        }

        .start .kasten h2 {
            height: auto;
        }

        .start .kasten ul {
            width: 60%;
            float: left;
        }

        .start .kasten .details {
            padding: 32px;
        }

        .start .kasten .finanz_nachfolge {
            float: none;
            width: 100%;
        }

            .start .kasten .finanz_nachfolge .inhalt {
                margin: 0;
            }

        .start .kasten .fpm {
            float: none;
            width: 100%;
        }

            .start .kasten .fpm .inhalt {
                margin: 1px 0 0 0;
            }

        .tabelle th {
            font-size: 0.8em;
        }

        .tabelle td {
            font-size: 0.7em;
        }

        /* Begin: Page Demo */
        #tpl-demo .formular {
            padding: 0.5em 1em;
        }

            #tpl-demo .formular .left-container,
            #tpl-demo .formular .right-container {
                width: 100%;
            }
        /* End: Page Demo */
    }
    /* for 480px or less */
    @media only screen and (max-width: 480px) {

        .button {
            font-size: 0.8em;
        }

        .content h1 {
            font-size: 2em;
        }

        .features h1 {
            font-size: 1.35em;
        }

        .features h2 {
            font-size: 1em;
        }

        .features .icon {
            width: 48px;
        }

        .features .layout3 .picture1, .features .layout3 .picture2 {
            display: none;
        }

        .head h1 {
            height: 48px;
            font-size: 1.5em;
        }

        .head img {
            width: 48px;
            height: 48px;
        }

        .product .details h3 {
            font-size: 1.5em;
        }

        .product .features img {
            width: 16px;
            height: 16px;
        }

        .product .features table {
            font-size: 0.8em;
        }

        .product .title h1 {
            font-size: 1.5em;
            padding-top: 12px;
            background-size: 70px;
        }

        .product .title img {
            width: 32px;
        }

        .products .definition {
            display: none;
        }

        .qs_container a {
            width: 50%;
        }

        .schild {
            width: 100%;
            padding: 16px 0;
            margin: 0;
        }

            .schild h1 {
                padding-left: 32px;
            }

            .schild h2 {
                padding: 0 32px;
            }

        .slide {
            background: none;
            height: 35%;
            margin-bottom: 16px;
        }

        .start .kasten a {
            float: none;
            margin: auto;
        }

        .start .kasten ul {
            float: none;
            padding: 0 0 16px 16px;
            width: 100%;
        }

        /* Begin: Page Demo */
        #tpl-demo .formular {
            padding: 0.5em 1em;
        }

            #tpl-demo .formular .left-container,
            #tpl-demo .formular .right-container {
                width: 100%;
            }
        /* End: Page Demo */
    }