* {padding:0; margin:0; box-sizing: border-box;}
:root {
  --main-color: #274D67;
  --main-container-width: 1260px;
}
body {height:100%; width:100%;  font-family: 'Roboto', sans-serif;}
ul { margin: 0; list-style-position: inside;}
h1, h2, h3, h4 { color: var(--main-color);margin-bottom: 1em;    margin-top: 1em;}
.icon::before { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto;  -webkit-font-smoothing: antialiased; }
.container { width: var(--main-container-width);  margin: auto; padding: 0 10px;}
h1 {font-size: 1.6em; }
h2 {font-size: 1.4em; }
td { padding: 0.5em;}
h4 { font-weight: 300;}
p {line-height: 1.3em; padding: 0 0 1em 0;font-weight:300;}
a { font-weight: 400;  color: var(--main-color);}
.clear {clear: both;}
.royal {color: var(--main-color);}
header, nav, footer {background: var(--main-color);}

.header .custom { color: #fff;}
.header .custom, .header .search {padding-top: 10px;}
.headerlogo {    padding: 1.5em 0;}
#calltoaction {
    border-top: 1px solid #aaa;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 2em;
}
#calltoaction div{
    padding: 1em;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    width: 30%;
    text-align: center;
    font-size: 1.3em;
    height: 9em;
    display: flex;
align-items: center;
  
}
#calltoaction div a{color: #fff;
  text-decoration: none;padding: 3em 0;}
main ul li { list-style-position: outside; margin-left: 1.5em;padding: 0.5em 0;}
td p {    padding: 1.5em;}

/** Telefon **/
#telefon .oben { font-size: 1.5em; font-weight: bold;}
#telefon .unten {font-size: 0.9em; font-weight: 300;}
#telefon .oben::before {    font-family: "Font Awesome 5 Pro";
    content: "\f095";
    font-weight: 900;
    transition: all 0.3s;}
h3.slogan {font-size: 34px;
text-align: center;
margin: 1em 0;
font-weight: lighter;
font-style: italic;}

/** Navigation **/
nav .menu > li { list-style: none; display: inline-block; width: 25%; padding: 14px 0; position: relative; z-index: 40;}
nav a, nav .nav-header { color: #83abc4; text-decoration: none; width: 100%;  text-align: center;  display: inline-block; border-left: 1px solid #fff;}
nav .menu > li:last-child > a { border-right: 1px solid #fff;}
nav .menu li a::after, nav .menu li span::after {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    background: #fff;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    box-sizing: border-box;
    transition: height 0.3s;
}
nav .menu li:hover a::after, nav .menu li.active a::after, nav .menu li:hover span::after, nav .menu li.active span::after {height: 100%; transition: all 0.5s 0.2s;}
nav .menu li:hover a, nav .menu li:hover span, nav .menu li.active a, nav .menu li.active span{color: var(--main-color); transition: all 0.5s 0.2s;}

/** DJ Mega Menü **/
nav .dj-megamenu-wrapper > ul > li { list-style: none; display: inline-block; width: 20%; padding: 14px 0; position: relative; z-index: 40;}
nav .dj-megamenu-wrapper > ul > li:last-child > a { border-right: 1px solid #fff; color: #C8B274;}
nav .dj-megamenu-wrapper li a::after, nav .dj-megamenu-wrapper  li span::after {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    background: #fff;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    box-sizing: border-box;
    transition: height 0.3s;
}
nav .dj-megamenu-wrapper li:hover a::after, nav .dj-megamenu-wrapper  li.active a::after, nav .dj-megamenu-wrapper li:hover span::after, nav .dj-megamenu-wrapper  li.active span::after {height: 100%; transition: all 0.5s 0.2s;}
nav .dj-megamenu-wrapper li:hover a, nav .dj-megamenu-wrapper li:hover span, nav .dj-megamenu-wrapper li.active a, nav .dj-megamenu-wrapper li.active span{color: var(--main-color); transition: all 0.5s 0.2s;}

nav .dj-subwrap { position: absolute;margin-top: 14px;box-shadow: 0px 5px 5px #ccc;z-index: 40;}
/**nav .dj-megamenu-wrapper .dj-up_a:hover .dj-subwrap {height: 155px; transition: all 0.8s 0.4s;}**/
.dj-subwrap li {  list-style: none; background: #fff;border-top: 1px solid #83abc4;}
.dj-subwrap a {  border: none;   padding: 1em 2em; color: var(--main-color);text-align: left;}
nav .dj-megamenu-wrapper .dj-subwrap li a:hover {color: #1b9dd9;}
.nav.dj-megamenu-wrapper{    margin-bottom: 0;}

/*nav a.bu::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f7f7";
    font-weight: 900;
    color: #fff;
    margin-right: -16px;
    transition: all 0.3s;
}
nav a.bkv::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0f2";
    font-weight: 900;
    color: #fff;
    margin-right: -16px;
    transition: all 0.3s;
}
nav a.cyber::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f6e2";
    font-weight: 900;
    color: #fff;
    margin-right: -16px;
    transition: all 0.3s;
}
nav a.icon:hover::before{color: #1b9dd9; margin-right:5px; transition: color 0.5s 0.2s, margin 0.5s 0.2s;}*/

/** SUCHLEISTE **/
.search form { background: #fff;}
.element-invisible {display: none;}
#mod-search-searchword90, .snoopr .snoopr-searchfield{ height: 42px; border: none; padding: 20px; width: 200px}
  .snoopr .snoopr-searchbutton.snoopr-searchbutton {background-image: none !important;}
.snoopr .snoopr-searchbutton.snoopr-searchbutton {margin-right: 10px;
width: 28px !important;
margin-top: 3px;}
input[alt="Suchen"].button { vertical-align: middle;
margin-right: 5px;
width: 28px;}
.snoopr .snoopr-searchbutton.snoopr-searchbutton::before, input[alt="Suchen"].button::before{display:none;}
.snoopr .snoopr-searchbutton.snoopr-searchbutton::after, input[alt="Suchen"].button::after{
  font-family: "Font Awesome 5 Brands";
    content: "\f3ee";
    font-weight: 900;
    color:  var(--main-color);
    transition: all 0.3s;
  font-size: 30px;
}
.snoopr .snoopr-searchbutton.snoopr-searchbutton:hover::after ,input[alt="Suchen"].button:hover::after {color:  #1b9dd9;  transition: all 0.3s;}

/** Content **/
.custom_banner img { width: 1260px;}
.custom_banner p {padding-top:0;}
.blog .page-header h2 { border-bottom: 1px solid #ccc; font-weight: 400;}
.published { float: right; font-weight: 300;}
.article-info.muted {clear: both; margin-bottom: 2em;}

.pagination ul {  list-style: none;  text-align: center;}
.pagination li { display: inline-block;  margin: 0 0.3em;}
.blog { padding: 1em;}
.blog .page-header h2 a {  color: #274D67;  text-decoration: none;}

/** Slider **/
#f5DivElement01 {display:none !important;}
.f5ShowSlideDivLi .f5DivElement:last-child p {
    font-size: 1.2rem !important;
}

/** KONTAKTFORMULAR **/
#kontakt_form {  background: #E9EDF0; padding: 0.5em;}
#kontakt_form section { margin-bottom: 0.5em;}
#kontakt_form input { border: none;  margin: 0.5em 0; height: 3em; padding: 0.5em;}
#kontakt_form textarea {border: none;  margin: 0.5em 0;  padding: 0.5em;}
form label {  font-weight: bold;}
#bfElemWrap6, #bfElemWrap7 { width: 49.8%; box-sizing: border-box; display: inline-block;}
.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {  width: 100%;}
#kontakt_form input[type="checkbox"] { height: auto;margin: 2px 0;}
.bfQuickMode .bfLabelRight label { float: none; margin: 0px 0px 0px 10px;font-weight: normal;}
#kontakt_form > .bfClearfix > div:last-child { display: none !important;}
#bfSubmitButton { background: var(--main-color); color: #fff; padding: 0.5em; border: none; width: 200px; float: left; font-size: 1.1em;
  margin: 0.5em; cursor: pointer;}
.bfRolloverBg {background: transparent !important;}

.kommentar { display: none;}
/** BU **/
#bu {
    background: url(../../../images/banners/BU-Baby3-LP.jpg);
  background-size: contain;
  background-repeat: no-repeat;
    height: 356px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 2em;
  	margin-bottom: 1em;
}
#bu h1{
  font-size: 4em;
}
/** Cyber **/
#cyber {
    background: url(../../../images/banners/cyber-LP.jpg);
    background-size: contain;
  background-repeat: no-repeat;
    height: 356px;
  	margin-bottom: 1em;
}
/** Betriebliche Krankenvorsorge **/
#bkv {
    background: url(../../../images/banners/BKV-LP.jpg);
  background-size: contain;
  background-repeat: no-repeat;
    height: 356px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 2em;
  	margin-bottom: 1em;
 
}
#bkv h1{
   color:#fff;
  font-size: 4em;
}

/** Bedarfsermittlung **/
#bedarf {
    padding: 2em;
    background: url(../../../images/banners/tsr-bedarfsermittlung.jpg);
      background-size: contain;
  background-repeat: no-repeat;
    height: 356px;
}
#bedarf h1 {

    font-size: 2em;

}
#bedarf p {
    padding: 1em 0;
    width: 55%;
    font-size: 1.3em;
    font-weight: 300;
}

#footer_light { display: flex; align-items: stretch; justify-content: space-between; padding: 1em 0;}
.visitenkarte { background: #E9EDF0; display: flex; align-items: center;justify-content: center;}
.visiten_foto img{border: 10px solid #fff; border-radius: 50%; box-sizing: border-box; max-width: 220px; margin: 2em;margin-left: 0;}
.visitenkarte_info address {font-style: normal; font-weight: 300;}
.visitenkarte_info address p { padding-bottom: 1em; font-size: 1.2em;}
.visitenkarte_info h3 { margin-bottom: 1em; font-size: 1.3em;}
.bcard-address-td.bcard-address-label-td {color: var(--main-color);width: 40px;}
.custom_kontakt { width: 49%; display: inline-block;}
.nav.menu_meta {
    width: 49%;
    background: #E9EDF0;
    display: flex;
    flex-direction: column;
    padding: 3em;
    justify-content: center;
    align-items: center;
}
.menu_meta li {
    list-style: none;
    width: 60%;
    border-top: 1px solid var(--main-color);
    padding: 0.5em 0;
}
.menu_meta li:last-child {border-bottom: 1px solid var(--main-color);}
.menu_meta li a {color: var(--main-color); text-decoration: none; font-family:'Roboto'; font-size: 20px;}
.menu_meta li a::before {font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f101 ";margin-right: 5px; transition: all 0.3s ease-out;}
.menu_meta li a:hover::before {margin-right: 20px; color:#1b9dd9; transition: all 0.3s ease-out;}
#footer_dark {  padding: 1em 0; display: flex; align-items: center;justify-content: center;}
.custom_copyright { color: #fff; font-size: 12px;}
.nav.menu_meta_footer li {  list-style: none; display: inline-block;}
.menu_meta_footer a { text-decoration: none; color: #83abc4; padding: 0 1em; border-left: 1px solid #83abc4;}
.menu_meta_footer > a:last-child{border-right: 1px solid #83abc4;}
.menu_meta_footer a:hover { color: #fff;}
.custom_copyright {  color: #fff;  font-size: 12px;  width: 21%; text-align: right;}
.nav.menu_meta_footer {  width: 34%;}
footer .custom { width: 45%;}


/** Suche **/
#content .search { padding: 10px; min-height: 600px;}
#searchForm > div, #searchForm > fieldset, #searchForm > p {margin-bottom: 10px}
#searchForm .btn-toolbar { width: 100%; display: block; min-height: 60px;}
#searchForm fieldset, #searchForm fieldset > div, #searchForm fieldset > label { padding: 10px;}
.search-results .result-title { margin-top: 20px;}
#search-searchword {padding: 0.5em; height: 33px;}
#searchForm .btn.hasTooltip { background: #274D67; border: none; color: #fff; padding: 0.5em; margin-left: 1em; height: 33px;}

/** News-Blog **/
.pull-left {float: none; margin: 1.5em 0;}
.pull-left.item-image, .pull-left.item-image img { width: 100%;}

/** PROVEN EXPERT SNIPPET **/
#pe_rating {color: #83abc4;}
#pe_rating:hover {color: #fff;}
.pewl .pew-content > .pew-left {  width: 17.667%;}
.pewl .pew-content > .pew-middle {  width: 56.333%;}
.pewl .pew-content > div.pew-middle > div > div.pew-left {   width: 30%;}
.pewl .pew-content > div.pew-middle > div > div.pew-right {   width: 30.857%;    padding-left: 60px;}
.pewl .pew-content > div.pew-middle > div > div.pew-middle {  width: 30%;}
.pewl .pew-content > .pew-left > div {
    width: 185px;
    overflow: visible;
    background: url(https://www.provenexpert.com/images/de-de/widget/circle/widget_100.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.custom #pewl.pewl {
    background: #E9EDF0 !important;
    border: none;
  max-width: 100%;
}
.pewl .pew-content > .pew-left img {
    opacity: 0;
}
.pe-richsnippets #pe_rating #pe_additional_info {

    overflow: hidden;
    height: auto;
    margin: 0;
    line-height: inherit;
    padding-top: 0;
  color: #83abc4;

}
.pew-middle, .pewl .pew-content > .pew-right > div {
    background-color: #fff;
}
span[property="description"] { display: none;}

/** Banner Makler.de **/
#maklerde {width: 1163px; height: 244px; background-image: url("https://www.makler.de/application/banner/banner/banner_1/CV_–_Curt_versichert®_GmbH_&_Co._KG_810.png");}

/** Social Media **/
.customsocial { display: flex; justify-content:space-between ; align-items: baseline;margin-bottom: 1em;}
#socialmedia { width: 100;text-align: center;box-sizing: border-box;font-size: 100px; margin: 0.3em 0;}
#premiumcircle {width: 49%;}
.fab.fa-youtube-square:hover { color: #ff0000;}
.fab.fa-facebook-square:hover { color: #3B5998;}
.fab.fa-instagram-square:hover { color: #FD0B72;}
.fab.fa-linkedin:hover { color: #0077B5;}
.fab.fa-xing-square:hover { color: #006567;}
h2 .fab.fa-youtube {color: #f00;}
h2 .fab.fa-facebook {color:#3b5998}

/** Links Newsflash **/
.newsflash { display: flex;}
.item { width: 50%;}

/** Newsletter-Formular **/
.newsletter { padding: 0.5em 1em; margin: 1em 0; background:#E9EDF0;}
table.acymailing_form {margin: 1em 0;}
.acymailing_form .button.subbutton {display: inline-block; background: #274D67; color: #c8b274; text-decoration: none; padding: 1em; text-align: center; width: 200px;}
.acymailing_form .inputbox {border: none; margin-top: 2px; padding: 1em; margin-right: 1em;}
.acyfield_email.acy_requiredField {  width: 70%;}

/** Proven Expert Badge **/
a#pe_badge_yvjwpavq {
    translate: -175px;
    transition: translate ease-out 0.5s 3s;
}
a#pe_badge_yvjwpavq:hover {
    translate: 0px;
    transition: translate ease-out 0.5s 0s;
}
a#pe_badge_yvjwpavq .pe-flip-inner {
    -webkit-transition: 0.6s 0.5s;
    -o-transition: 0.6s 0.5s;
    transition: 0.6s 0.5s;
}

/** Makler.de Banner **/
.moduletable .custom {
    background: #E9EDF0;
    padding: 1em;
}

/**Cookie Consent Datenschutz Widget**/
.cc-animate.cc-revoke.cc-bottom {
    display: none !important;
}

/** Kalender **/
#termin li { list-style: none;}
#termin a {
    color: #CEBA86;
    text-decoration: none;
    font-weight: bold;
    padding: 1em 2em;
    border: 1px solid #CEBA86;
  	transition: all 1s;
}
#termin a:hover {color: #fff; border-color: #fff; transition: all 1s;}

.kalender {
    width: 100%;
    height: 1840px;
    margin-bottom: 2em;
}
iframe.kalender html body {background-color: #E9EDF0;}
.mainContent {margin-top: 20px;}
By.cssSelector("a[nowrap=Bestimmungen]"){visibility: hidden;}


/** Newsflash **/
.moduletablenews h3 { margin-left: 0.8em;}
.grau .moduletablenews, .grau .newsflashnews { padding: 0;}
.newsflash-titlenews { padding-top: 1em; border-top: 3px solid #fff;}
.newsflash-titlenews a{text-decoration: none;}

/** Chronoforms Formular **/
.ui.message.visible.G3-message.success {
background: none;
color: var(--main-color);
border: none;
box-shadow: none;
}
.ui.success.message .header {
    color: var(--main-color) !important;
}
.ui.message .list:not(.ui) li::before {
  display: none;
}

.ui.message .list:not(.ui) li {

    margin: 4em 0 .3em 1em;
    text-align: center;
}

#kontakt_form > h3 {
    display: none;
}