@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');
* {
    margin: 0;
    padding: 0;
}
.fontCollection {
    font-family: 'Montserrat', sans-serif;
    /*
        light 300
        regular 400
        medium 500
        bold 700
    */
    font-family: 'Racing Sans One', sans-serif;
    /*
        regular 400
    */
    font-family: 'Quicksand', sans-serif;
    /*
        light 300
        regular 400
        medium 500
        semi-bold 600
        bold 700
    */
}
ul, li {
    list-style-type: none;
}
ul.listclass li {
    list-style-type: disc !important;
    font-family: 'Montserrat', sans-serif;
}
.nounderline {
    text-decoration:none !important;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    min-height: 1200px;
    color: #3e3e3e;
    line-height: 1.2;
}
input, textarea, select {
    outline: none;
}
#main {
    max-width: 100%;
}
.container,.banner {
    max-width: 1200px;
    margin: auto;
}
header {
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    min-height: 450px;
    padding-bottom: 20%;
}
.banner-caption  li {
    font-size: 22px !important;
    padding-bottom:0px;
}

.allianz-logo {
    img& {
        text-align: center;
        display: block;
        margin: 20px auto;
    }
}

.banner-caption  li h1 {
    font-size: 22px !important;
    padding-bottom:0px;
}
.banner-caption  li a {
    color:#fff;
    margin-left: 30px;
}
.banner-caption  li a h1 {
    color:#fff;
    margin-left: 30px;
}
.banner-caption  li a {
    text-decoration:none;
}
.banner-caption {
    font-size: 24px;
    color: #fff;
}
.banner-caption ul {
    padding-bottom: 0px;
}
.banner-caption li {
    font-weight: bold;
    padding: 10px;
    background: url(../images/list-icon.png) 2% 45% no-repeat;
    padding-left: 12px;
	background-color: #031e3f;
	width: 25em;
	border: 1px solid #031e3f; 
    display: block; border-radius: 30px;
    margin: .5em;	
}
.banner-caption p {
    font-weight: bold;
    padding: 10px 10px 10px 29px;
    color:#031e3f;
    background-color: #d2e2f9;
    width: 45%;
    border: 1px solid #16539c;
    display: block;
    border-radius: 30px;
    margin-top: 0em;
    font-size: 23px;
    line-height: 33px;
}
.main-header {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    align-items: center;
}
nav li {
    display: inline-block;
}
nav a {
    font-size: 12px;
    color: #fff;
    padding: 0px 30px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
nav a:hover {
    text-decoration: underline;
}
.banner {
    padding-top: 8%;
    position: relative;
}
.banner-form {
    position: absolute;
    right: 0;
    /*top: 25%;*/
	top: 35%;
    background: #d2e2f9;
    padding: 40px;
    width: 31%;
    border-radius: 15px;
    font-size: 16px;
    color: #031e3f;
}
.banner-form select,.banner-form input[type="text"], .banner-form input[type="tel"], .banner-form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 15px 20px;
    font-size: 16px;
    color: #031e3f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 89%;
}
.banner-form h2 {
    font-size: 30px;
    font-weight: bold;
    color: #031e3f;
    padding: 20px 0;
}
.banner-form input[type="text"]::-webkit-input-placeholder, .banner-form input[type="tel"]::-webkit-input-placeholder, .banner-form input[type="email"]::-webkit-input-placeholder {
    color: #031e3f;
}
.banner-form input[type="text"]::-ms-input-placeholder, .banner-form input[type="tel"]::-ms-input-placeholder, .banner-form input[type="email"]::-ms-input-placeholder {
    color: #031e3f;
}
.banner-form input[type="text"]::placeholder, .banner-form input[type="tel"]::placeholder, .banner-form input[type="email"]::placeholder {
    color: #031e3f;
}
.banner-form form {
    position: relative;
    z-index: 9;
}
.banner-form input[type="submit"] {
    background: #031e3f;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    border: none;
    margin: 12% 0;
    width: 100%;
	border-radius: 50px;
}
.banner-form p {
    font-size: 14px;
}
.banner-form select, .form-accordin h3 {
    background: url(../images/select-icon.png) right center no-repeat !important;
}
.imgblc {
    width: 46%;
}
.imgblc-right {
    width: 46%;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.cntblc {
    width: 52%;
}
.pad-left {
    padding-left: 2%;
}
.pad-right {
    padding-right: 2%
}
#section1 {
    padding: 8% 0% 3% 0%;
}
.section1, .section2, .section3, .section4  .section6{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.section1 h2, .section2 h2, .section3 h2, .section4 h2, .section5 h2  .section6 h2{
    font-size: 24px;
    font-weight: bold;
    color: #16539c;
    line-height: 30px;
}
.cntblc {
    padding-top: 4%;
    font-size: 16px;
    line-height: 28px;
    color: #3e3e3e;
}
.section1 .cntblc span {
    font-size: 18px;
    color: #16539c;
    font-weight: 500;
    padding: 15px 0;
    display: block;
}


.banner-form:after {
    content: "";
    background: url(../images/shadow.png) bottom center no-repeat;
    position: absolute;
    left: 10px;
    bottom: -57px;
    width: 100%;
    height: 100%;
}
.off-btn {
    border: 1px solid #16539c;
    padding: 12px 30px;
    margin-top: 5%;
    display: inline-block;
    border-radius: 30px;
    color: #16539c;
	background-color: #d2e2f9;
    font-weight: bold;
    text-decoration: none;
}
.off-btn:hover {
    background: #16539c;
    border: 1px solid #16539c;
    color: #fff;
}
#section3 {
    padding: 5% 0;
    font-size: 18px;
    color: #16539c;
}
#section3 span {
    color: #16539c;
}
#section3 h3 {
    font-style: 21px;
    color: #16539c
}
#section5 {
    padding: 5% 0%;
    text-align: center;
}
#section5 h2 {
    padding-bottom: 20px;
}
#section5 strong {
    color: #179c85;
    border-bottom: 2px solid #179c85;
    padding: 5px 10px;
}
#section6 {
    padding: 5% 0;
    font-size: 18px;
    color: #16539c;
}
#section6 span {
    color: #16539c;
}
#section6 h3 {
    font-style: 21px;
    color: #16539c
}
.logo-blc ul {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px
}
footer {
    background: url(../images/ft-bg.png) left top no-repeat;
    color: #fff;
    padding: 12% 0 8% 0;
    background-size: cover;
}
.site-footer {
    display: flex;
    position: relative;
}
.aside {
    width: 50%;
}

.aside a:link, a:visited {
 text-decoration: none;
}

.aside:last-child {
    width: 25%;
    line-height: 36px;
}
.site-footer h2 {
    padding-bottom: 20px;
}
.site-footer .off-btn {
    border: 1px solid #fff;
    color: #fff
}
.site-footer .off-btn:hover {
    border-color: #16539c;
}
.copywt {
    padding-top: 10%;
}
.copywt a {
    color: #179c85;
    text-decoration: none;
}
footer {
    position: relative;
}
.chat-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.logo a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #031e3f;
    padding: 8px 25px;
    text-decoration: none;
	border: 1px solid #031e3f;
    display: inline-block;
    border-radius: 30px;
}
.search {
    background: url(../images/search.png) no-repeat;
    width: 20px;
    height: 20px;
}
#search-form-area .search-form {
    display: flex;
    max-width: 400px;
    margin: auto;
}
#search-form-area input[type="search"] {
    width: 100%;
    height: 40px;
}
#search-form-area button {
    background: #179c85;
    color: #fff;
    padding: 0px 30px;
    border: none;
    font-weight: bold;
}
.menu {
    padding: 7px 0px;
    background-color: #031e3f;
    border: 1px solid #031e3f;
    display: inline-block;
    border-radius: 30px;
}
#myLinks {
    background: #179c85;
}
.mobile-container {
    max-width: 480px;
    margin: auto;
    height: auto;
    color: white;
}
.topnav {
    position: relative;
}
.topnav .menu {
    display: none;
}
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
    display: block;
}
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.active {
    color: white;
}
#search-form {
    color: #fff;
}
#search-form-area .fa-3x {
    font-size: 1.2em;
    color: #fff;
}
#search-form-area {
    display: none;
    clear: both;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 0;
    z-index: 9;
    background-color: #031e3f;
    z-index: 999;
}
#search-form-area .wrap {
    position: relative;
}
#search-form-area form.search-form {
    max-width: 400px;
}
#search-form-area .search-form .search-submit {
    background-color: #000;
}
#search-form-area .close {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.open-button {
    background-color: transparent;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}
/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: #179c85;
}
/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
    max-width: 270px;
}
/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}
/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #09223F;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
.ui-accordion .ui-accordion-header {
    outline: none;
}
.search-page {
    padding: 10% 0;
}
.selectNotValid, .textNotValid, .telNotValid, .emailNotValid {
    border-bottom-color: #f00 !important;
    background-color: rgba(255, 0, 0, 0.2) !important;
}
.chatbox{
    position: absolute;
    right: 0;
    bottom: 0;
}
#accordion {
    padding-top: 5%;
}
.ui-accordion .ui-accordion-header,#accordion p {
    font-style: 16px;
    font-family: 'Montserrat', sans-serif;
}
#accordion h3.ui-accordion-header-active {
    color: #fff;
}
.ui-accordion .ui-accordion-header {
    height: auto !important;
    padding: 10px 40px 10px 20px !important;
    line-height: 25px !important;
}
#accordion .ui-icon, #accordion2 .ui-icon {
    background-image: url(../images/acorden-icon.png);
    width: 38px;
    height: 38px;
    position: absolute;
    right: 4px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 0 0;
}
#accordion .ui-state-active .ui-icon, #accordion .ui-button:active .ui-icon, #accordion2 .ui-state-active .ui-icon, #accordion2 .ui-button:active .ui-icon {
    background-position: 100% 0;
}
.form-accordin.ui-accordion .ui-accordion-header{
    background: none;
    color: #031e3f;
    padding: 10px 0 !important; 
    font-weight: 500;
}
.form-accordin.ui-accordion .ui-accordion-content {
    padding: 10px 0 !important;
}
.form-accordin .ui-icon, .form-accordin .ui-widget-content .ui-icon {
    display:none;
}
.search-block{
    display: none;
}
.site-footer a{
    color: #fff;
}
.mob-img{
    display:none;
}
#bootsversicherung-yachtversicherung #site-header {
    position: relative;
}
#bootsversicherung-yachtversicherung #site-header .header-inner {
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 15%);
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 15%);
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
}
#bootsversicherung-yachtversicherung .banner-caption li {
    background-image: url(../images/list-icon-1.png);
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}
#bootsversicherung-yachtversicherung .banner-caption p {
    border-radius: 0;
    background-color: rgba(3, 30, 63, 0.8);
    border-color: rgba(3, 30, 63, 0.8);;
    color: #fff;
    padding: 30px;
}
#bootsversicherung-yachtversicherung .banner-form {
    background-color: rgba(3, 30, 63, 0.95);
    color: #fff;
}
#bootsversicherung-yachtversicherung .banner-form h2 {
    text-align: center;
    color: #fff;
}
#bootsversicherung-yachtversicherung .form-accordin.ui-accordion .ui-accordion-header {
    color: #fff;
}
#bootsversicherung-yachtversicherung .form-accordin.ui-accordion .ui-accordion-content {
    padding: 15px !important;
    background-color: #d2e2f9;
    border-radius: 10px;
    overflow-x: hidden;
}
#bootsversicherung-yachtversicherung .form-accordin.ui-accordion .ui-accordion-content, #bootsversicherung-yachtversicherung .form-accordin.ui-accordion .ui-accordion-content *{
    color: #0b2545;
}
#bootsversicherung-yachtversicherung .banner-form select, #bootsversicherung-yachtversicherung .banner-form input[type="text"], #bootsversicherung-yachtversicherung .banner-form input[type="tel"], #bootsversicherung-yachtversicherung .banner-form input[type="email"] {
    width: 100% !important;    
    margin-left:-15px;
    background-color: #d2e2f9;
}
#bootsversicherung-yachtversicherung .logo a {
    font-family: 'Racing Sans One', sans-serif;
    font-weight: 400;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: none;
    padding: 0;
    border-color: rgba(0, 0, 0, 0);
}
#bootsversicherung-yachtversicherung .menu {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 0;
}
#bootsversicherung-yachtversicherung .menu a {
     font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: normal;
    display: block;
    border-radius: 30px;
    padding: 7px 15px;
}
#bootsversicherung-yachtversicherung .menu li.active a {
    background-color: #031e3f;
    border: 1px solid #031e3f;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.accordation .ui-accordion-content { height:100% !important; }

