@charset "UTF-8";

.formh { display: none; }

.container {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
}

.section {
    padding-top: 75px;
	margin-top: -75px;
    height: 100vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.parallax {
    height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.par1 {
    background-image: url(../img/paralax/par1.jpg);
	opacity: 0.6;
}

.par2 {
    background-image: url(../img/paralax/par2.jpg);
	opacity: 0.6;
}

.par3 {
    background-image: url(../img/paralax/par3.jpg);
	opacity: 0.6;
}

.par4 {
    background-image: url(../img/paralax/par4.jpg);
	opacity: 0.6;
}

.par5 {
    background-image: url(../img/paralax/par5.jpg);
	opacity: 0.6;
}

.toggleMobile, #MobileMenu { display: none; }

/**
 * Header
 */
 
 p {
  font-size: 17px;
  line-height: 20px;
} 

#logo {
    z-index: 1000;
    display: block;
    position: absolute;
    top: 0;
    width: 229px;
    height: 117px;
    left: 50%;
    margin-left: -114px;
}

header {
    position: fixed;
    display: block;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-bottom: 5px solid #0f72b5;
}

header nav ul {
    margin: 0 auto;
    position: relative;
    display: block;
    height: 70px;
    text-align: center;
}

header nav ul:after {
    content: '';
    display: block;
    clear: both;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a:link,
header nav ul li a:visited {
    color: #000;
    text-decoration: none;
    line-height: 30px;
    font-size: 20px;
    display: block;
    background: #fff;
    float: left;
    margin: 20px 10px 0 0;
    font-weight: 400;
}

header nav ul li a:before {
    content: '';
    display: block;
    float: left;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 15px solid transparent;
    margin-right: 10px;
}

header nav ul li a:after {
    content: '';
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-bottom: 30px solid #fff;
    border-left: 15px solid transparent;
}

header nav ul li a.right:before {
    border-top: 0;
    border-bottom: 30px solid #fff;
    border-right: 15px solid transparent;
}

header nav ul li a.right:after {
    border-bottom: 0;
    border-top: 30px solid #fff;
    border-left: 15px solid transparent;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a.active {
    color: #fff;
    background: #0f72b5;
}

header nav ul li a.first {

}

.margin4logo {
    margin-right: 235px !important;
}

/**
 * Slider
 */
#slider {
    overflow: hidden;
    position: relative;
}

#slider img {
}

#slider .slidesjs-navigation {
    background-color: #888;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    z-index: 100;
    font-size: 50px;
    height: 100%;
    width: 25px;
    top: 0;s
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

#slider .slidesjs-previous {
    left: 0;
    background-image: url(../img/slidernav_left.png);
}

#slider .slidesjs-next {
    right: 0;
    background-image: url(../img/slidernav_right.png);
}

/**
 * home
 */

#sctHome {
    background: #fff;
}
#sctHome .section {
    margin-top: -1px;
}

#sctHome article {
    width: 21%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 45px 0px 30px 2%;
}

#sctHome article.homeTitle {
    width: 35%;
}

#sctHome h2 {
    color: #0f0f0f;
	text-transform: uppercase;
	font-size: 2.7vw;
}

#sctHome p.subtitle {
    font-size: 23px;
    color: #0e72b5;
}

#sctHome p.title {
	margin-bottom: 12px;
	font-size: 1.7vw;
    white-space: nowrap;
}

#sctHome p {
    font-size: 17px;
	line-height: 24px;
}

/**
 * Deckungen & Konditionsn
 */


#sctDeckung li {
  line-height: 20px;
  margin-top: 11px;
}

#sctDeckung article {
    width: 33.33%;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 100%;
    padding: 70px 6% 100px 6%;
	background: #f3f8fb;
}

#sctDeckung article.light {
    background: #fff;
}

#sctDeckung article .title {
    font-size: 36px;
	font-size: 1.9vw;
	text-transform: uppercase;
}

#sctDeckung article .subtitle {
    font-size: 20px;
    color: #0e72b5;
    padding-bottom: 15px;
	margin-top: 6px;
}

#sctDeckung article i {
    padding: 10px 0;
    display: block;
}

#sctDeckung article strong {
    padding: 10px 0 0 0;
    display: block;
	margin-bottom: 10px;
	margin-top: 16px;
}

#sctDeckung article ul {
    list-style: none outside url('../img/list_tick.png');
    padding-left: 20px;
}




/**
 * Links
 */

#sctLinks .subtitle {
    font-size: 20px;
    color: #0e72b5;
    padding-bottom: 30px;
	margin-top: 6px;
} 

#sctLinks ol {
    list-style-type: decimal;
    padding-left: 20px;
	margin-bottom: 22px;
	font-weight: bold;
}

#sctLinks li {
  line-height: 1.2;
  margin-bottom: 10px;
}


#sctLinks:after {
    content: '';
    display: block;
    clear: both;
}

#sctLinks .cformbg {
    width: 60%;
    height: 100%;
    float: right;
    background: url('../img/links.jpg') right top no-repeat;
    background-size: cover;
}

#sctLinks .cform {
    width: 40%;
    background: #fff;
    float: left;
    height: 100%;
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
    position: relative;
}

#sctLinks h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 4%;
    margin-bottom: 10px;
}

#sctLinks .bluebg {
    color: #2C292D;
    padding: 6% 0 20%;
    bottom: 0;
    width: 100%;
}

#sctLinks .bluebg .bigtitle {
    font-size: 26px;
	margin-bottom: 2px;
}

#sctLinks p {
  font-size: 17px;
  margin-bottom: 10px;
}


/**
 * Prämienrechner
 */

#sctRechner {
}

/** --> calc.css */

/**
 * Im Schadenfall
 */

#sctSchadenfall ol {
    list-style-type: decimal;
    padding-left: 20px;
	margin-bottom: 22px;
	font-weight: bold;
}

#sctSchadenfall li {
  line-height: 1.2;
  margin-bottom: 10px;
}


#sctSchadenfall:after {
    content: '';
    display: block;
    clear: both;
}

#sctSchadenfall .cformbg {
    width: 60%;
    height: 100%;
    float: right;
    background: url('../img/schadensfall.jpg') right top no-repeat;
    background-size: cover;
}

#sctSchadenfall .cform {
    width: 40%;
    background: #fff;
    float: left;
    height: 100%;
    padding: 20px 30px 0 30px;
    box-sizing: border-box;
    position: relative;
}



#sctSchadenfall h2 {
      font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 6%;
}

#sctSchadenfall .bluebg {
    color: #2C292D;
    padding: 6% 0 20%;
    bottom: 0;
    width: 100%;
}

#sctSchadenfall .bluebg .bigtitle {
    font-size: 26px;
	margin-bottom: 2px;
}

#sctSchadenfall p {
  font-size: 17px;
  margin-bottom: 25px;
}




/**
 * Kontakt
 */

#sctKontakt {
}

#sctKontakt:after {
    content: '';
    display: block;
    clear: both;
}

#sctKontakt form {
    width: 43%;
    margin: 40px auto 0 auto;
}

#sctKontakt .cformbg {
    width: 60%;
    height: 100%;
    float: left;
    background: url('../img/bg_contact.jpg') right top no-repeat;
    background-size: cover;
}

#sctKontakt .cform {
    width: 40%;
    background: #fff;
    float: right;
    height: 100%;
    padding: 20px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

#sctKontakt input,
#sctKontakt textarea {
      display: block;
	  box-sizing: border-box;
	  font-size: 17px;
	  padding: 7px 10px;
	  border: 1px solid #e3e3e3;
	  margin: 12px 0;
	  width: 100%;
	  border-radius: 5px;
}

#sctKontakt textarea {
  height: 100px;
}

#sctKontakt .submit {
  color: white;
  Background-color: rgb(15, 114, 181);
}

#sctKontakt h2 {
      font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 6%;
}

#sctKontakt .bluebg {
    color: #2C292D;
    padding: 6% 0 20%;
    bottom: 0;
    width: 100%;
}

#sctKontakt .bluebg .bigtitle {
    font-size: 26px;
	margin-bottom: 2px;
}

#sctKontakt p {
  font-size: 17px;
  line-height: 26px;
}

div#footer {
  position: fixed;
  bottom: 0;
  height: 47px;
  background-color: #fff;
  width: 100%;
  border-top: 4px solid rgb(15, 114, 181);
}

#footer p {
    padding: 9px;
	font-size: 14px;
	line-height: 1
}

#strategic {
  float: left;
  padding: 8px 16px 8px 20px;
}

#abessmall {
  float: right;
  margin: 5px;
}

#google {
  float: right;
  margin: 16px 20px 0 20px;
}

.skiptranslate.goog-te-gadget {
        width: 187px;
    position: fixed;
    bottom: -13px;
    right: 0;
    background-color: #ffffff;
    padding: 0px 7px;
    z-index: 150;
}

#sctLinks .section {
    display: inline-table;
    width: 100%;
}