* {padding:0; margin:0; box-sizing: border-box;}
:root {
  --main-color: #274D67;
  --main-container-width: 1260px;
}
/* start Google Fonts*/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/roboto-v29-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* End Google Fonts */
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: 2em;}

.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: 2em; }
h2 {font-size: 1.8em; }
h3 {font-size: 1.6em;}
td { padding: 0.5em;}
h4 { font-weight: 300; font-size: 1.4em}
p {line-height: 1.3em; padding: 0 0 1em 0;font-weight:300;}
a { font-weight: 400;  color: var(--main-color);}
strong {font-weight: bold;}
.clear {clear: both;}
.royal {color: var(--main-color);}
header, nav, footer {background: var(--main-color);}
.header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 140px;
}
header img {height: 130px;}
header .headerlogo.mobil {display: none;}
.header .custom { color: #fff;}
.header .custom, .header .search {padding-top: 10px;}
.header a {color: #fff; text-decoration: none;}
.header .at-icon {margin-top: 17px; vertical-align: bottom;}
main ul li { list-style-position: outside; margin-left: 1.5em;padding: 0.5em 0;}
td p {    padding: 1.5em;}
summary {margin-bottom: 1em;}
summary h2 {display: inline;}

::marker {font-size: 2em; color: #555;}


/** Telefon **/
#telefon {
    margin-bottom: 25px;
}
#telefon .oben { font-size: 1.5em; font-weight: bold;}
#telefon .unten {font-size: 0.9em; font-weight: 300;}
#termin {
    margin-bottom: 40px;
}
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: 14.2%;; 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;}

/** Newsletter **/

.newsletter p {
  padding-left: 2em;
}
div.acyterms {
font-size: 0.9em;
color: #444;
padding: 0px 10px 20px 18px !important;
text-align: justify;
}
.acyterms .checkbox {
  margin-left: -19px;
margin-right: 2px;
}
.acymailing_module h2 {margin-top: 0;}
/** 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;}
iframe { width: 100%;}
.pagination ul {  list-style: none;  text-align: center;}
.pagination li { display: inline-block;  margin: 0 0.3em;}


.fab.fa-youtube { color: #f00;}
.weiss {
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em;
  border-radius: 5px;
color: #000;
  text-decoration: none;
margin-top: 1em;
line-height: 5em;
transition: 0.5s}

.weiss:hover, .weiss:focus {
  box-shadow: inset 20em 0 0 0 #274d67;
  color: #c8b274;
  border-color: #274d67;
}
.button-gold:hover, .button-gold:focus {
    box-shadow: inset 360px 0 0 0 #c8b274;
  color: #274D67;
}

details a {text-decoration: none;}

/** Slider **/
#f5DivElement01 {display:none !important;}
.f5ShowSlideDivLi .f5DivElement:last-child p {
    font-size: 1.2rem !important;
}
.flexbild img {width: 100%; height: auto;}
.fx_vert{flex-direction: column;
display: flex;
justify-content: space-between;}
.flexbild.fx_vert {
  width: 30%;
}
.flexbild h3 {
  word-wrap: break-word;
}
.eingerueckt {padding-right: 15vw; padding-left: 15vw;}
/** 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: 1vw;;
    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; padding: 20px; min-height: 360px;}
.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, #footer_light .acymailing_module { width: 49%; display: inline-block;}
#footer_light .acymailing_module {background: #E9EDF0; padding:2em !important}
.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: "❱";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%;}

/**kontakt button **/
#phone {position: fixed; bottom: 25%; right: -165px; background-color: var(--main-color); text-align: left; color: #fff; border-radius: 15px 0 0 15px; padding: 10px; cursor: pointer; transition: 0.5s ease;  font-size: 1em; line-height: 1.8em;}
#phone a {color: #fff;}
#phone.move_in_out {right: -2px; transition: 0.5s ease;}
#phone span {vertical-align: middle;}


/** 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;}

/** Curt versichert Blog **/

main .nav li {
  margin: 0;
  display: block;
  padding: 10px;
  border-right: 1px solid #ccc;
}
main .nav li a {
  text-decoration: none;
}
.nav.menu.mod-list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #274d67;
  border-bottom: 1px solid #274d67;
  margin-bottom: 2em;
}
main .nav li.active {
  background: #274d67;
}
main .nav li.active a {
  color: #fff;
}
main .nav li:hover {
  background: #ceba86;
}
.blog {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.blog .items-row.cols-1.row-fluid.clearfix {
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #f8f8ff;
  box-shadow: 1px 0px 3px #ccc;
}
.blog .page-header h2 a {  color: #274D67;  text-decoration: none;}
.blog .page-header h2 {overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
  -moz-box-orient: vertical;
-webkit-line-clamp: 2;
margin-top: 0.5em;}
/** News-Blog **/
.pull-left {float: none; margin: 1.5em 0;}
.pull-left.item-image, .pull-left.item-image img { width: 100%;}
.newsflash-image img {width: 100%;}

.blog .pull-left.item-image {
  max-height: 220px;
  overflow: hidden;
}
.category .dropdown.bootstrap-select.show-tick.inputbox.bs3 {
  margin: 0;
}
.moduletable-blogfilter {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}


/** Magazine **/
.magazin {
  display: flex;
}
.magazin div {
  width: 30%;
  padding: 1em;
  border: 1px solid #E9EDF0;
}
.magazin 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: 50px; display: flex;
    justify-content: space-between;
    align-items: center;
}
#premiumcircle {width: 49%;}
[class^="sm-"] {width: 40px; height:40px; display: inline-block; background-size: contain;}
.sm-google {background-image: url(../../../images/design/socialmedia/google.png);}
.sm-youtube {background-image: url(../../../images/design/socialmedia/youtube.png);}
.sm-facebook {background-image: url(../../../images/design/socialmedia/facebook.png);}
.sm-instagram {background-image: url(../../../images/design/socialmedia/instagram.png);}
.sm-linkedin {background-image: url(../../../images/design/socialmedia/linkedin.png);}
.sm-xing {background-image: url(../../../images/design/socialmedia/xing.png);}
.sm-download {background-image: url(../../../images/design/socialmedia/download.png);}
.sm-google:hover {background-image: url(../../../images/design/socialmedia/google-hv.png);}
.sm-youtube:hover {background-image: url(../../../images/design/socialmedia/youtube-hv.png);}
.sm-facebook:hover {background-image: url(../../../images/design/socialmedia/facebook-hv.png);}
.sm-instagram:hover {background-image: url(../../../images/design/socialmedia/instagram-hv.png);}
.sm-linkedin:hover {background-image: url(../../../images/design/socialmedia/linkedin-hv.png);}
.sm-xing:hover {background-image: url(../../../images/design/socialmedia/xing-hv.png);}
.sm-download:hover {background-image: url(../../../images/design/socialmedia/download-hv.png);}


/** Icons **/
.pdf-icon {width: 12px; height:16px; display: inline-block; background-image: url(../../../images/design/pdf-file.png);}
.youtube-icon  {width: 23px; height:16px; display: inline-block; background-image: url(../../../images/design/youtube-icon.png);}
.phone-icon {width: 24px; height:24px; display: inline-block; background-image: url(../../../images/design/phone.png);}
.at-icon {width: 24px; height:24px; display: inline-block; background-image: url(../../../images/design/at.png);}
.kalender-icon {width: 24px; height:24px; display: inline-block; background-image: url(../../../images/design/kalender_s.png);}
.profil-icon {width: 24px; height:24px; display: inline-block; background-image: url(../../../images/design/profil.png);}

/** Newsletter-Formular **/
.newsletter { padding: 0.5em 1em; margin: 1em 0; background:#E9EDF0;}
.acymailing_form .button.subbutton {display: inline-block; background: #274D67; color: #c8b274; text-decoration: none; padding: 1em; text-align: center; width: 200px; transition: 0.5s; border: none; cursor: pointer;}
.acymailing_form .button.subbutton:hover, .acymailing_form .button.subbutton:focus {box-shadow: inset 200px 0 0 0 #c8b274;  color: #274D67;}
.acymailing_form .inputbox {border: none; margin-top: 2px; padding: 1em; margin-right: 1em;}
.acyfield_email.acy_requiredField {  width: 70%; padding-left: 0;}

.moduletable_bewertungen .custom {  display: flex;
  justify-content: space-between;
  align-items: center;
}

/** 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;
  margin-top: 1em;
}

.moduletable_bewertungen { background: #E9EDF0;}
.custom_bewertungen {  
    padding: 1em;
  margin-top: 1em;display: flex;
  justify-content: space-between;
  align-items: center;
}

.bewertungen {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  align-items: center;
}

.premiumcircle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premiumcircle div {
  margin-right: 3em;
}

/**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: 1s;
}
#termin a:hover { box-shadow: inset 360px 0 0 0 #c8b274;
  color: #274D67;}

.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;}
.grau .moduletablenews {margin-left: 0;}
.newsflash-titlenews { padding-top: 1em; border-top: 3px solid #fff;}
.newsflash-titlenews a{text-decoration: none;}
#newsflash .newsflash-article div {flex-grow: 100;}

/** 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;
}
@charset "utf-8";
/* CSS Document */

&lt;link rel="stylesheet" href="/templates/curtversichert/css/style.css" type="text/css" media="screen,projection" /&gt;
&lt;link rel="stylesheet" href="/templates/curtversichert/css/responsive.css" type="text/css" media="screen,projection" /&gt;

/* end */

.item-page p {padding:1em;}
.spaltig-3 {width:100%;column-count:3;}
.spaltig-2 {width:100%;column-count:2; column-gap: 3em;}
.spaltig-2 p:first-child{padding-top:0;}
.spaltig-2 p:last-child {padding-bottom:0;}
.container-spalten, #newsflash .newsflash-article { display: flex;justify-content: space-between;}
.container-spalten > div, #newsflash .newsflash-article figure, #newsflash .newsflash-article div  {flex: 0 47%; margin: 0 2em; padding: 1em 0;}
.container-spalten div h2:first-child, .container-spalten div h3:first-child, #newsflash div h2:first-child, #newsflash div h3:first-child {
    margin-top: 0;
}
.container-spalten div:first-child, #newsflash .newsflash-article figure:first-child,  #newsflash .newsflash-article div:first-child {margin-left: 0;}
.container-spalten div:last-child {margin-right: 0;}
.container-spalten .grau { padding-left: 1em;  padding-right: 1em;}
.prozent-50 {flex: 0 50%;}
.prozent-30 {flex: 0 30%;}
.prozent-70 {flex: 0 70%;}
.rechts {float: right;}
.links {float: left;}
.ueberschrift18 {font-size: 18pt; color: #274d67;}
.ueberschrift12 { color: #274d67; font-size: 12pt;}
.royalblau{color: #274d67;}
.gold {color: #D6C79E;}
.grau {background: #E9EDF0;box-sizing: border-box; padding-top: 0.1em;
margin-top: 2em;}
.runde-ecken {border-radius: 6px;}
.news-button {background: #274D67; display: inline-block; color: #fff; border-radius: 6px; padding: 0.3em 2em; text-decoration: none; }
.button-gold {display: block; background: #1E3A4D; color: #D6C79E; text-decoration: none; padding: 1em; text-align: center; margin: 1em 0;  width: 360px;transition: 0.5s}
.home-header .button-gold { margin: 1em auto; }
@media (max-width: 1260px){
  .cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-bottom {display: none !important;}
 :root { --main-container-width: 100%;}
 .f5DivElement p { font-size: 120% !important;}
  .blog img {max-width: 100%; height: auto;}
}
@media (max-width: 1200px){
/** Banner Makler.de **/
#maklerde {width: 638px; height: 189px; background-image: url("https://www.makler.de/application/banner/banner/banner_3/CV_–_Curt_versichert®_GmbH_&_Co._KG_810.png");}
  .bewertungen {display: block; text-align: center;}
  .bewertungen a {display:block; padding: 0.5em 0}
}

@media (max-width: 1000px){
  #footer_dark { flex-direction: column;}
  #footer_light { display: block;}
  footer .custom {padding: 1em;}
  .custom_kontakt, .nav.menu_meta, .custom_banner img, #footer_light .acymailing_module{width: 100%;}
  .nav.menu_meta_footer, footer .custom, .custom_copyright{width: 100%; text-align:center;}
  #bedarf {background: none; height: auto;}
  #bedarf p {width: auto;}
  /** Slider **/
  .f5ShowFullModule {height: 300px !important;}
  .f5ShowFullModule .f5ShowFullSlide, .f5ShowFullModule .f5ShowFullSlide .slideshow, .f5ShowFullModule .f5ShowFullSlide .slideshow .f5SlideLi {height: 100% !important;}
  #f5ShowFullModule92.f5ShowFullModule .f5ShowFullSlide .slideshow .f5FirstDivImage {background-position: left center !important; height: 100% !important;}
  .f5ShowFullModule .f5ShowFullSlide .slideshow .f5SlideLi .f5DivElement p { font-size: 127%;}
.moduletable_pebadge .custom_pebadge #pe_badge_yvjwpavq {display: none !important;}
  #socialmedia {flex-direction: column;}
  .flexbild.fx_vert { width:100%; margin:0;}
  .button-gold {width: auto;}
  .button-gold:hover, .button-gold:focus {
    box-shadow: inset 1000px 0 0 0 #c8b274;}
  .visitenkarte {margin-bottom: 1em;}
}

@media (max-width: 900px){
  .header { min-height: 110px;  height: auto; flex-direction: column; justify-content: space-around; align-items: center;}
  header .headerlogo {display: none;}
  header .headerlogo.mobil {display: block;}
  .header {min-height: 70px;height: auto;}
  .container-spalten, .customsocial { display: block;}
   .container-spalten div{ margin: 0;}
  .container-spalten .grau {margin-left: 0; margin-right:0;}
  .container-spalten, #newsflash .newsflash-article { display: block;}
  #newsflash .newsflash-article div,  #newsflash .newsflash-article figure {margin: 0;}
  .f5DivElement p { font-size: 133% !important;}
  #f5ShowFullModule92 {display: none;}
  .f5DivElement { width: 100% !important; left: 0 !important; padding: 20px;}
  .f5DivElement p {font-size: 180% !important;}
  #socialmedia, #premiumcircle {  width: 100%;   text-align: center; margin-bottom: 30px;}
  .prozent-50 { width: 100%;}
  .eingerueckt {padding: 0;}
  header .container { padding: 0;}
  .nav.menu.mod-list {margin-bottom: 1em; width: 100%;}
  #termin { margin-bottom: 5px;}
  #termin li {  text-align: center; width: 100%;}
    .headerlogo { text-align: center;}
  #termin a { color: #274D67; border: none; transition: none;  background: #CEBA86; padding: 0.5em; text-align: center; width: 100%; display: block; line-height: 1.5em;}
  video {width: 100%;}
  
  /*Mobile Navigation*/
  nav a, nav .nav-header {border: none;}  
  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: #83abc4; }
  .dj-mobile-open-btn { font-size: 35px;}
  .dj-accordion-in {display: none;}
  .dj-mobile-nav li {   list-style: none;}
  .dj-mobile-nav a { padding: 0.7em; font-size: 1.3em;  border-top: 1px solid;}
  nav a.bu::before, nav a.bkv::before, nav a.cyber::before {display:none;}
  .toggler { font-family: FontAwesome; font-size: 20px; line-height: 14px; font-style: normal; font-weight: normal; color: #fff; padding: 1em;  box-sizing: border-box;}
  .toggler::before {content: "\f078";} 
  .dj-mobile-nav-child { display: none;}
  .dj-mobileitem.parent.active .dj-mobile-nav-child { display: block;}
  nav .dj-megamenu-wrapper li .dj-mobile-nav-child a {background: #E9EDF0; color: #274D67;}
}

@media (max-width: 680px){
  /** Banner Makler.de **/
#maklerde {width: 200px; height: 189px; background-image: url("https://www.makler.de/application/banner/signatures/signature_3/CV_%E2%80%93_Curt_versichert%C2%AE_GmbH_&_Co._KG_810.png"); margin: auto;}
  .bewertungen img {max-width: 100%;}
  .premiumcircle { display: block;  text-align: center;}
  .premiumcircle div {  margin-bottom: 1em; margin-right: 0;}
}

@media (max-width: 600px){
  * {word-wrap: break-word;}
  .search form { height: 0; overflow: hidden;}
  #mod-search-searchword90 { display:none;}
  input[alt="Suchen"].button { position: absolute;  padding: 15px 7px 7px;  right: 10px;  background: #fff; top: 0;  border-radius: 0 0 5px 5px;  width: 40px;
    box-sizing: border-box; }
  input[alt="Suchen"].button::after { color: #fff;}


  .container-spalten div {margin: 0;}
  .blog .page-header h2 { overflow-wrap: break-word;}
  button#phone {display: none;}
}

@media (max-width: 500px){
  h1 { word-wrap: break-word;}
.visitenkarte {  flex-direction: column; }
  .headerlogo img{height:100px;}
  .button-gold{width:100%;}
  .nav.menu_meta_footer.mod-list { display: flex; flex-wrap: wrap; flex-direction: column; align-content: center; margin-bottom: 10px;}
  .nav.menu_meta_footer li { list-style: none; display: block; text-align: center; font-size: 1.5em; line-height: 2em;}
  .menu_meta_footer a {border-left:none;}
  .custom #pe_rating, .custom_copyright { font-size: 20px;}
  
  .acymailing_form { width: 100%;}
  .acymailing_module_form .acymailing_form td { width: 100%; display: block;}
  #termin {margin-bottom: 10px;}
  .button-gold:hover, .button-gold:focus {  box-shadow: inset 500px 0 0 0 #c8b274;}
}