input[type=radio].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}

input[type=radio].css-checkbox + label.css-label {
	padding-left:23px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
	font-weight:normal;
}

input[type=checkbox].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:23px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
	
	font-weight:normal;
}

label.css-label {
	background-image:url(../img/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}






.home-header {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/header_home-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .home-header {
    height: 480px;
    background-image: url('../img/header_home-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .home-header {
    height: 470px;
    background-image: url('../img/header_home-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .home-header {
    height: 470px;
    background-image: url('../img/header_home-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .home-header {
    height: 450px;
    background-image: url('../img/header_home-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .home-header {
    height: 450px;
    background-image: url('../img/header_home-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .home-header {
    height: 450px;
    background-image: url('../img/header_home-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .home-header {
    height: 450px;
    background-image: url('../img/header_home-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .home-header {
    height: 450px;
    background-image: url('../img/header_home-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .home-header {
    height: 450px;
    background-image: url('../img/header_home-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .home-header {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .home-header {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .home-header {
    background-position: 40% 20%;
  }
}
.home-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .home-buttons {
    height: 75px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.home-buttons a {
  color: inherit;
  text-shadow: -1px 2px 1px #000;
  width: 100%;
  height: 55px;
  margin-top: 10px;
  font-size: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 360px) {
  .home-buttons a {
    width: 300px;
    margin: 10px auto 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .home-buttons a {
    width: 100%;
    height: 75px;
    font-size: 27px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-buttons .home_button_left {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .home-buttons .home_button_right {
    margin-left: 10px;
  }
}


.kontakt-header {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/header_kontakt-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .kontakt-header {
    height: 480px;
    background-image: url('../img/header_kontakt-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .kontakt-header {
    height: 490px;
    background-image: url('../img/header_kontakt-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .kontakt-header {
    height: 490px;
    background-image: url('../img/header_kontakt-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .kontakt-header {
    height: 450px;
    background-image: url('../img/header_kontakt-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .kontakt-header {
    height: 450px;
    background-image: url('../img/header_kontakt-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .kontakt-header {
    height: 450px;
    background-image: url('../img/header_kontakt-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .kontakt-header {
    height: 450px;
    background-image: url('../img/header_kontakt-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .kontakt-header {
    height: 450px;
    background-image: url('../img/header_kontakt-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .kontakt-header {
    height: 450px;
    background-image: url('../img/header_kontakt-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .kontakt-header {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .kontakt-header {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .kontakt-header {
    background-position: 40% 20%;
  }
}
@media screen and (max-width: 360px) {
  .kontakt-header {
    background-position: 50% center;
  }
}
@media screen and (min-width: 1200px) {
  .kontakt-header {
    background-position: 50% 30%;
  }
}
@media screen and (max-width: 992px) {
  .kontakt-header-text h1 {
    padding-left: 0 !important;
    margin-top: 260px;
  }
}
@media screen and (min-width: 992px) {
  .kontakt-header-text h1 {
    padding-left: 0 !important;
    padding-right: 50%;
    margin-top: 100px;
  }
}
.phone-warning .form-right {
  color: red;
}
.field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column wrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .field {
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.field .form-left {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .field .form-left {
    width: 25%;
    text-align: right;
    margin-right: 10px;
    max-width: 100px;
  }
}
.field .form {
  border: 1px solid #95989A;
  padding: 8px 3px 8px 3px;
}
.field .form-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .field .form-right {
    width: 75%!important;
    max-width: 950px!important;
  }
}
.field textarea {
  border: 1px solid #95989A;
  padding: 3px!important;
  width: 100%!important;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .field textarea {
    width: 75%!important;
    max-width: 950px!important;
  }
}
.field .submit-button {
  width: 100% !important;
  font-size: 20px;
  padding: 8px 3px 8px 3px;
}
@media screen and (min-width: 768px) {
  .field .submit-button {
    width: 200px !important;
  }
}

.makler-header {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/header_makler-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .makler-header {
    height: 480px;
    background-image: url('../img/header_makler-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .makler-header {
    height: 490px;
    background-image: url('../img/header_makler-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .makler-header {
    height: 490px;
    background-image: url('../img/header_makler-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .makler-header {
    height: 450px;
    background-image: url('../img/header_makler-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .makler-header {
    height: 450px;
    background-image: url('../img/header_makler-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .makler-header {
    height: 450px;
    background-image: url('../img/header_makler-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .makler-header {
    height: 450px;
    background-image: url('../img/header_makler-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .makler-header {
    height: 450px;
    background-image: url('../img/header_makler-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .makler-header {
    height: 450px;
    background-image: url('../img/header_makler-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .makler-header {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .makler-header {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .makler-header {
    background-position: 40% 20%;
  }
}



.karriere-header {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/header_karriere-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .karriere-header {
    height: 480px;
    background-image: url('../img/header_karriere-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .karriere-header {
    height: 490px;
    background-image: url('../img/header_karriere-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .karriere-header {
    height: 490px;
    background-image: url('../img/header_karriere-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .karriere-header {
    height: 450px;
    background-image: url('../img/header_karriere-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .karriere-header {
    height: 450px;
    background-image: url('../img/header_karriere-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .karriere-header {
    height: 450px;
    background-image: url('../img/header_karriere-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .karriere-header {
    height: 450px;
    background-image: url('../img/header_karriere-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .karriere-header {
    height: 450px;
    background-image: url('../img/header_karriere-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .karriere-header {
    height: 450px;
    background-image: url('../img/header_karriere-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .karriere-header {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .karriere-header {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .karriere-header {
    background-position: 40% 20%;
  }
}



.in-text-picture-software-tools {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/makler_softwaretools-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-position: 65% center!important;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .in-text-picture-software-tools {
    height: 480px;
    background-image: url('../img/makler_softwaretools-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .in-text-picture-software-tools {
    height: 490px;
    background-image: url('../img/makler_softwaretools-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .in-text-picture-software-tools {
    height: 490px;
    background-image: url('../img/makler_softwaretools-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .in-text-picture-software-tools {
    height: 450px;
    background-image: url('../img/makler_softwaretools-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .in-text-picture-software-tools {
    height: 450px;
    background-image: url('../img/makler_softwaretools-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .in-text-picture-software-tools {
    height: 450px;
    background-image: url('../img/makler_softwaretools-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .in-text-picture-software-tools {
    height: 450px;
    background-image: url('../img/makler_softwaretools-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .in-text-picture-software-tools {
    height: 450px;
    background-image: url('../img/makler_softwaretools-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .in-text-picture-software-tools {
    height: 450px;
    background-image: url('../img/makler_softwaretools-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .in-text-picture-software-tools {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .in-text-picture-software-tools {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .in-text-picture-software-tools {
    background-position: 40% 20%;
  }
}
@media screen and (min-width: 360px) {
  .in-text-picture-software-tools {
    background-position: 65% center!important;
  }
}
.in-text-picture-online-schulungen {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/makler_fortbildung-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
  background-position: 30% center!important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .in-text-picture-online-schulungen {
    height: 480px;
    background-image: url('../img/makler_fortbildung-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .in-text-picture-online-schulungen {
    height: 490px;
    background-image: url('../img/makler_fortbildung-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .in-text-picture-online-schulungen {
    height: 490px;
    background-image: url('../img/makler_fortbildung-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .in-text-picture-online-schulungen {
    height: 450px;
    background-image: url('../img/makler_fortbildung-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .in-text-picture-online-schulungen {
    height: 450px;
    background-image: url('../img/makler_fortbildung-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .in-text-picture-online-schulungen {
    height: 450px;
    background-image: url('../img/makler_fortbildung-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .in-text-picture-online-schulungen {
    height: 450px;
    background-image: url('../img/makler_fortbildung-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .in-text-picture-online-schulungen {
    height: 450px;
    background-image: url('../img/makler_fortbildung-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .in-text-picture-online-schulungen {
    height: 450px;
    background-image: url('../img/makler_fortbildung-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .in-text-picture-online-schulungen {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .in-text-picture-online-schulungen {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .in-text-picture-online-schulungen {
    background-position: 40% 20%;
  }
}
@media screen and (min-width: 360px) {
  .in-text-picture-online-schulungen {
    background-position: 30% center!important;
  }
}
@media screen and (min-width: 768px) {
  .in-text-picture-online-schulungen {
    background-position: center center!important;
  }
}
.in-text-container {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .in-text-container {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 35px;
    width: 40%;
  }
}
.makler-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .makler-desktop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.makler-mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .makler-mobile {
    display: none;
  }
}
.left-aligned {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.right-aligned {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.makler-keypoint {
  text-indent: -41px;
}
.makler-keypoint:before {
  background-image: url('../img/favicon.ico');
  background-size: 33px 33px;
  display: inline-block;
  width: 33px;
  height: 33px;
  content: "";
}
.makler-padding {
  padding-left: 41px;
}


.keypoints {
  text-indent: 0px;
}
.keypoints:before {
  background-image: url('../img/favicon.ico');
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
}

.grey_colored_button {
  background-color: #D7D7D7;
  color: #fff;
  border: 0!important;
}
.grey_colored_button span {
  color: #fff;
}

.red_colored_button {
  background-color: #e83f32;
  color: #fff;
  border: 0!important;
}
.red_colored_button span {
  color: #fff;
}
.blue_colored_button {
  background-color: #3D73A2;
}
.blue_colored_button span {
  color: #fff;
}
.ul-settings {
  -webkit-padding-start: 0;
  padding-left: 0;
  padding-right: 0;
}
html {
  height: 100%;
}
body {
  background-color: white;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  min-height: 100%;
  position: relative;
  padding-bottom: 180px;
}
a {
  color: #e83f32;
  text-decoration: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.active {
  color: #95989A !important;
}
h1 {
  font-weight: normal;
  font-family: 'Georgia', serif;
  font-size: 40px;
  line-height: 46px;
  color: #3D73A2;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
h2 {
  font-weight: normal;
  font-family: 'Georgia', serif;
  font-size: 33px;
  line-height: 39px;
  color: #3D73A2;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  margin-top: 66px;
}
.container {
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 725px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
}

.versicherer-header {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/header_versicherer-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
  background-position: 80% center!important;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .versicherer-header {
    height: 480px;
    background-image: url('../img/header_versicherer-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .versicherer-header {
    height: 490px;
    background-image: url('../img/header_versicherer-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .versicherer-header {
    height: 490px;
    background-image: url('../img/header_versicherer-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .versicherer-header {
    height: 450px;
    background-image: url('../img/header_versicherer-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .versicherer-header {
    height: 450px;
    background-image: url('../img/header_versicherer-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .versicherer-header {
    height: 450px;
    background-image: url('../img/header_versicherer-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .versicherer-header {
    height: 450px;
    background-image: url('../img/header_versicherer-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .versicherer-header {
    height: 450px;
    background-image: url('../img/header_versicherer-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .versicherer-header {
    height: 450px;
    background-image: url('../img/header_versicherer-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .versicherer-header {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .versicherer-header {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .versicherer-header {
    background-position: 40% 20%;
  }
}
@media screen and (min-width: 992px) {
  .versicherer-header {
    background-position: 60% 30%!important;
  }
}

.versicherer-header-text h1 {
  padding-left: 0 !important;
  margin-top: 260px;
}

.makler-header-text h1 {
  padding-left: 0 !important;
  margin-top: 70px;
}

.in-text-versicherer-bild {
  width: 100%;
  /* default screen, non-retina */
  height: 480px;
  background-image: url('../img/versicherer_dienstleistung-768.png');
  /* Small screen, retina */
  margin-bottom: 65px;
  position: relative;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover;
  background-position: 80% center!important;
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
  .in-text-versicherer-bild {
    height: 480px;
    background-image: url('../img/versicherer_dienstleistung-768-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .in-text-versicherer-bild {
    height: 490px;
    background-image: url('../img/versicherer_dienstleistung-768.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 360px) {
  .in-text-versicherer-bild {
    height: 490px;
    background-image: url('../img/versicherer_dienstleistung-768-@2x.png');
  }
}
@media screen and (min-width: 768px) {
  .in-text-versicherer-bild {
    height: 450px;
    background-image: url('../img/versicherer_dienstleistung-992.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 768px) {
  .in-text-versicherer-bild {
    height: 450px;
    background-image: url('../img/versicherer_dienstleistung-992-@2x.png');
  }
}
@media screen and (min-width: 992px) {
  .in-text-versicherer-bild {
    height: 450px;
    background-image: url('../img/versicherer_dienstleistung-1200.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 992px) {
  .in-text-versicherer-bild {
    height: 450px;
    background-image: url('../img/versicherer_dienstleistung-1200-@2x.png');
  }
}
@media screen and (min-width: 1200px) {
  .in-text-versicherer-bild {
    height: 450px;
    background-image: url('../img/versicherer_dienstleistung-big.png');
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  .in-text-versicherer-bild {
    height: 450px;
    background-image: url('../img/versicherer_dienstleistung-big-@2x.png');
  }
}
@media screen and (min-width: 360px) {
  .in-text-versicherer-bild {
    background-position: 30% center;
  }
}
@media screen and (min-width: 768px) {
  .in-text-versicherer-bild {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1800px) {
  .in-text-versicherer-bild {
    background-position: 40% 20%;
  }
}
@media screen and (min-width: 360px) {
  .in-text-versicherer-bild {
    background-position: 80% center!important;
  }
}
.kv-icon {
  fill: #e83f32;
}
.divider {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 20px;
}
.divider hr {
  margin-left: 0;
  margin-right: 0;
  flex-grow: 6;
  border: 0;
  background-color: #f0f0f0;
}
.divider svg {
  flex-grow: 1;
  width: 20px;
  margin: 0 10px 0 10px;
}
.liste-dienstleistungen {
  font-size: 28px;
  color: #3D73A2;
  line-height: 38px;
}
.liste-dienstleistungen ol {
  font-size: 16px;
  color: #000;
  list-style: none;
}

@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
@media screen and (max-width: 320px) and (min-device-pixel-ratio: 2) {
}
.top {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
  }
}
.logo {
  min-width: 100px;
  width: 180px;
  margin-bottom: 10px;
}
.kv-werk-logo-triangle {
  fill: #e83f32;
}
.kv-werk-logo-WERK {
  fill: #1d1d1b;
}
.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .desktop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
.menu ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu ul li {
  width: 100%;
  position: relative;
}
.menu ul li a {
  color: #e83f32;
  display: block;
}
.menu ul li a:hover {
  color: #95989A;
}
.menu .menu-icon {
  margin: 0 0 0 auto;
  width: 55px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.menu #menu-points {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
  padding-left: 0;
  padding-right: 0;
}
.menu #menu-points li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu #menu-points li a {
  width: 100%;
  text-align: right;
  padding: 5px;
}
@media screen and (max-width: 360px) {
  .menu #menu-points li a {
    font-size: 20px;
  }
}
.menu #menu-points li :hover {
  background-color: rgba(149, 151, 152, 0.3);
  color: white;
}
@media screen and (min-width: 768px) {
  .menu {
    margin: 0 0 20px 0;
    align-self: flex-end;
  }
  .menu ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-self: flex-end;
    border-bottom: 1px solid rgba(149, 151, 152, 0.3);
    padding: 0 0 4px 0;
    margin: 0 0 0 0;
    font-size: 18px;
  }
  .menu ul li {
    margin-left: 70px;
  }
  .menu ul li a {
    color: #e83f32;
  }
  .menu ul li a:hover {
    color: #95989A;
  }
  .menu ul li:first-of-type {
    margin-left: 0;
  }
}
.header {
  margin-bottom: 50px;
  position: relative;
}
.header h1 {
  font-family: 'Helvetica', 'Arial', sans-serif;
  padding-left: 50%;
  color: #fff;
  font-weight: bold;
  text-shadow: -1px 2px 1px #000;
  font-size: 20px;
  line-height: normal;
}
@media screen and (min-width: 360px) {
  .header h1 {
    font-size: 30px;
    padding-left: 40%;
  }
}
@media screen and (min-width: 992px) {
  .header h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .header h1 {
    padding-left: 40%;
    font-size: 50px;
  }
}
.picture-shadow {
  height: 25px;
  background-color: #F5F5F5;
  background-image: -webkit-linear-gradient(top, #EEE 0%, #FFF 100%);
  background-image: linear-gradient(top, #EEE 0%, #FFF 100%);
  /* Fallback (could use .jpg/.png alternatively) */
  background-color: rgba(0, 0, 0, 0.35);
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-image: url("../img/shadow.png");
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.head-text {
  width: 100%;
  padding: 30px 0 30px 0;
  color: #fff;
  line-height: 32px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  bottom: 0;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  -webkit-padding-start: 0;
  padding-left: 0;
  padding-right: 0;
}
.footer-menu li {
  margin: 0 5px 0 5px;
  color: #95989A;
}
.footer-menu li a {
  color: #95989A;
}
.footer-menu li a:hover {
  color: rgba(149, 151, 152, 0.3);
}
