/* Custom CSS
------------------------------------------------------------ */
/* 2021- new Font testing - ganz unten ist noch was !!! */
h1, h2 {
	font-weight: 700!important;
}

/* Borlabs */
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
	color: #ffffff;
}

.dashicons, .dashicons-before:before{
	font-size: inherit!important;
	display: contents!important;
	vertical-align: sub!important;
	line-height: 1.25!important;
}

/* ******************************************************** */
/* Home Page / Page with LEAD - Corrections for implantierbare-kontaktlinse.de */
/* ******************************************************** */
/* H1 White */
.white-text h1, .white-text h2 {
	color: #ffffff!important;
	/*font-size: 55px!important;*/
	line-height: 1.5em!important;
}
.white-text h1 strong, .white-text h2 strong {
	background: #f58229;
    background-color: rgba(245, 130, 41, 0.6);
    font-weight: normal;
}
.white-text-p p {
	color: #ffffff!important;
	font-weight: 300!important;
	
}
.white-text-p p strong {
	background: #f58229;
    background-color: rgba(245, 130, 41, 0.6);
    font-weight: normal;
	
}
.white-text-p .wp-caption {
	background: #162969;
}


.black-text h1 {
	color: #000000!important;
	font-size: 55px!important;
}
.black-text h2 {
	color: #000000!important;
	font-size: 35px!important;
}

.home .site-inner {
	margin: 0px auto 0px;
}
.home .keyvisual {
	min-height: 800px!important;
	height: auto;
}
.home-visual-abstand {
	height: 100px;
}
.home-visual-abstand-content {
	height: 60px;
}

/* Kosten */
	
	.costs table th,.costs table td {padding:15px 30px}
	.costs h2 {color:#fff}
	/*.costs {background-color:#284156}*/
	.costs table {margin:0 auto;width:100%;font-size:24px}
	.costs table th,.costs table td {background:#485d6f;font-weight:300}
	.costs table th {color:#f58229;border-bottom:1px solid #284156}
	.costs table td {color:#fff; border-bottom:1px solid #284156}
	.costs table td:first-child {border-right:1px solid #284156}

/* Table Kosten korrektur bold->normal */
.costs tbody tr td:nth-of-type(1) {
    font-weight: normal;
}
/* ****************************************************** */
/* Table */
/* striped Rows */
tbody tr:nth-of-type(2n) {background-color: #f0f0f0;}
/* Nice heading Row */
th {background-color: #018DB1; font-weight:bold; color:#fff;}
/* Bolded First Column */
tbody tr td:nth-of-type(1) {font-weight: bold;}
tbody td {padding: 10px;}

/* Responsive Table - needs some javascript !!! */
/* see http://exisweb.net/responsive-tables-in-wordpress */
@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr:nth-of-type(2n) {background-color: #ffffff;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
}

/* Table ENDE */
/* ****************************************************** */

/* ******************************************** */
/* Beaver Anpassungen                */
/* **********************************************/
/* Accordion */
.augenzentrum-accordion .fl-accordion-button {
	color: #74787c;
	background: rgb(241, 242, 242);
}
.augenzentrum-accordion .fl-accordion-item-active .fl-accordion-button {
	color: #ffffff;
	background: #f58229;
}

.augenzentrum-accordion .fl-accordion-medium .fl-accordion-content {
    padding: 20px 40px 15px 20px;
}

/* Videos */
.videos-wrap-image {
    position: relative;
    text-align: center
}

a.play-videos {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -46px 0 0 -46px;
    background: url('/wp-content/uploads/images/btn-play.png') no-repeat;
    width: 92px;
    height: 92px;
    text-indent: -999em
}



/* Plugin wp */
.wpvl_auto_thumb_box {
    position: relative;
    width: 200px;
    height: 150px;
	width: 100%!important;
    height: auto!important;
	
}

.wpvl_auto_thumb_play {
    /* position: absolute;
    left: 75px;
    top: 50px;
	*/
	position: absolute;
    left: 50%;
    top: 50%;
	margin: -24px 0 0 -24px;

}

.video_lightbox_auto_anchor_image {
    width: 200px;
    height: 150px;
	width: 100%!important;
	height: auto!important;
}



/* Responsive Video Container */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}


/* photo-gallery Plugin */
/* Standard Style Change */

 .bwg_title_spun2_0 {
					color: #041D3F!important;
					font-weight: 300!important;
				   }
.bwg_image_title {
	text-align: center!important;
}
.bwg_image_description {
	text-align: center!important;
}
.bwg_close_btn {
	font-size: 25px!important;
}




/* General */
.float-right {
	float: right;
}
a, a:visited {
    color: #F58229;
    text-decoration: none;
}
/* Hide beaver Builder Content temporary by using the class hidden */
.hide {
	display: none;
}
/* Workaraound to show hidden Content in Beaver Builder */
.fl-builder-edit .hide {display: block !important}

/* Header */
.tuev {
	width:76px;
    height:76px;
}
.tuev img {
  width:76px;
  height:76px;

}

/* Footer */
.footer_phone {
	background-color: #041D3F;
	color: #ffffff;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.footer_contact h2, .footer_phone h2 {
    text-align: center;
	font-size: 55px !important;
	/*margin: 0 0 10px;*/
	font-weight: 300;
	line-height: 1.25;
	/*color: #E96915;*/ 
   
    margin-bottom: 20px;
}
.footer-headline {
	color: #E96915;
    font-size: 120%;
}

.fa-phone {
	/* font-size: 25px; */
	vertical-align: middle;
	padding-right: 5px;
}

/* Formidable Forms */
/* Submit Button */

.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	background: #f58229;
border: 1px solid #d07d13;
color: #fff;
letter-spacing: normal
}

.dioptrien-beispiel {
	color: #696969;
	margin-bottom: 5px;
}

/* Main Menu */
.menu-primary a, .menu-primary a:visited {
    color: #FFFFFF;
    text-decoration: none;
line-height: 26px;
}

/* Primary Nav Menu */
.menu-primary {
padding-top: 5px;
padding-bottom: 5px;
}

/* Markierungsfarbe ändern */
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background: #F58229;
    color: #fff;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #F58229;
    color: #fff;
}



/* Button */
a.head-btn {
    padding:18px 20px;
    font-size: 19px;
    font-weight: 300;
    line-height: 19px;
color: #ffffff;
}

.head-btn {
    margin: 0 0 20px;
    width: 100%;
    background: #051e4e;
    color: #051e4e;
    border: 2px solid #041D3F;
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.head-btn {
	float: right;
    margin: 10px 0 0;
    width: auto;
}

.action-button a:link, .action-button a:visited {
       border-radius: 5px;
       display: inline-block;
       font: 700 16px Arial, Sans-Serif;
       margin: 0 10px 20px 0;
       -moz-border-radius: 5px;
       padding: 14px 18px;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px 1px rgba(0,0,0,0.3);
       text-transform: uppercase;
       -webkit-border-radius: 5px;
}	   

.action-button .subtitle {
       display: block;
       font: 400 11px Arial, Sans-Serif;
       margin: 5px 0 0;
}

.blue-button a:link, .blue-button a:visited {
       background-color: #5E9CB9;
       background-image: -moz-linear-gradient(top, #5E9CB9, #4E7E95);
       background-image: -webkit-gradient(linear, left top, left bottom, from(#5E9CB9), to(#4E7E95));
       color: #FFF;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5E9CB9', EndColorStr='#4E7E95');
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5E9CB9', EndColorStr='#4E7E95')";
}

.blue-button a:hover {
       background-color: #68A9C8;
       background-image: -moz-linear-gradient(top, #68A9C8, #598EA8);
       background-image: -webkit-gradient(linear, left top, left bottom, from(#68A9C8), to(#598EA8));
       color: #FFF;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68A9C8', EndColorStr='#598EA8');
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#68A9C8', EndColorStr='#598EA8')";
} 
.darkblue-button a:link, .darkblue-button a:visited {
       background-color: #031D3F;
       background-image: -moz-linear-gradient(top, #031D3F, #4E7E95);
       background-image: -webkit-gradient(linear, left top, left bottom, from(#031D3F), to(#4E7E95));
       color: #FFF;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#031D3F', EndColorStr='#4E7E95');
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#031D3F', EndColorStr='#4E7E95')";
}

.darkblue-button a:hover {
       background-color: #68A9C8;
       background-image: -moz-linear-gradient(top, #68A9C8, #031D3F);
       background-image: -webkit-gradient(linear, left top, left bottom, from(#68A9C8), to(#031D3F));
       color: #FFF;
       filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68A9C8', EndColorStr='#031D3F');
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#68A9C8', EndColorStr='#031D3F')";
}


a.cta-button {
    background-color: #ED8B16;
    background-image: -moz-linear-gradient(center top , #EF962B 0%, #ED8B16 100%);
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(254, 181, 94, 0.5) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.8em;
    padding: 0em 1.5em;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(222, 122, 0, 0.8);
    margin-left: 25px;
}
/**
 * @author    Brad Dalton
 * @example   http://wpsites.net/web-design/call-to-action-style-help-box-support-button/
 * @copyright 2014 WP Sites
 */
a.cta-button:hover {
    background-image: -moz-linear-gradient(center top , #F0A142 0%, #ED8B16 100%);
    box-shadow: 0 1px 0 #FEB55E inset, 0 2px 0 rgba(254, 181, 94, 0.8) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #DE7A00;
}
a.cta-button:active {
    background-color: #ED8B16;
    background-image: -moz-linear-gradient(center top , #EF962B 0%, #ED8B16 100%);
    box-shadow: 0 1px 0 rgba(254, 181, 94, 0.5) inset;
}

.cta-box {
    background: none repeat scroll 0 0 #F7F7F7;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
/*******************************************
 * Utility Bar above the Header
 * siehe https://sridharkatakam.com/utility-bar-in-dynamik/
 * ch_MOD 30.11.2018
 */
 
 .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

/* Utility Bar
--------------------------------------------- */
.utility-bar .fa {
	margin: 0 .2em;
	color: #051e4e!important;
}
.utility-bar {
	background-color: #f5f5f5;
	color: #051e4e!important;
	padding: 2px 0 2px 0;
	height: 24px;
	overflow: hidden;
}

.utility-bar a {
	color: #051e4e!important;
	font-size: 19px;
}

.utility-bar a:hover {
	color: #F58229!important;
	text-decoration: none;
}

.utility-bar .dynamik-widget-area {
	background: transparent;
	color: #ddd;
	width: 50%;
}

.utility-bar .dynamik-widget-area p {
	margin-bottom: 0;
}

#utility_bar_left {
	float: left;
}

#utility_bar_right {
	float: right;
	text-align: right;
}

@media only screen and (max-width: 1140px) {

	.utility-bar {
		padding-left: 3%;
		padding-right: 3%;
	}

}

@media only screen and (max-width: 568px) {

	#utility_bar_left, #utility_bar_right {
		float: none;
		text-align: center;
	}
	
	#utility_bar_left {
		margin-bottom: 10px;
	}

	.utility-bar .dynamik-widget-area {
		width: 100%;
	}

}

/* 2021 footnotes testing */
main {
    counter-reset: footnotes;
}

[role="doc-noteref"] {
	counter-increment: footnotes;
	/*padding-left: .25em; */
	/*padding-right: 0.25em; */
	text-decoration: underline;
}

[role="doc-noteref"]::after {
	/* content: '[' counter(footnotes) ']'; /* mit Klammern */
	content: counter(footnotes);
	vertical-align: super;
	font-size: 0.5em;
}

[role="doc-noteref"]:focus::after {
	outline: thin dotted;
	outline-offset: 2px;
}
/* footnotes Prof und Dr hardcoded - sicherheitshalber */
.fl-builder-module-template {
    padding: 0!important; /* per BB als html Modul eingebaut, entferne Padding */
}
.profref a {
	color: #000;
}
a.profref, a.drref {
	color: #000!important;
	text-decoration: none!important;
}

#fnprof::before, .profref::after {
	content: "*";
}
#fndr::before, .drref::after {
	content: "**";
}
.profref::after {
    vertical-align: super;
    font-size: 0.5em;
}
.drref::after {
    vertical-align: super;
    font-size: 0.5em;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {
/* Logo Image Area */

.header-image .site-header .wrap .title-area {
   margin: 5px 0 0 5px;
    float: left;
    }
/* Header Widget Area */
.site-header .widget-area {
    width: 150px;
    padding: 25px 50px 0 0;
    float: right;
    text-align: right;
}
}

@media only screen and (min-width: 840px) and (max-width: 1140px) {
/* Logo Image Area */

.header-image .site-header .wrap .title-area {
   margin: 30px 0 30px 30px;
    float: left;
    }
/* Header Widget Area */
.site-header .widget-area {
    width: 250px;
    padding: 10px 50px 0 0;
    float: right;
    text-align: right;
}
}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {
.home h1, .white-text h2 {
	color: #ffffff!important;
	font-size: 30px!important;
}
.footer_contact h2, .footer_phone h2 {
	font-size: 30px!important;
}
.home-visual-abstand {
	height: 50px;
}
.home-visual-abstand-content {
	height: 30px;
}
.black-text h1 {
	color: #000000!important;
	font-size: 35px!important;
}
.black-text h2 {
	color: #000000!important;
	font-size: 20px!important;
}

}

@media only screen and (min-width: 480px) and (max-width: 839px) {
/* Logo Image Area */

.header-image .site-header .wrap .title-area {
   margin: 25px 0 30px 15px;
    float: left;
    }
/* Header Widget Area */
.site-header .widget-area {
    width: 200px;
    padding: 10px 50px 10px 0;
    float: right;
    text-align: right;
}


}

@media only screen and (max-width: 479px) {
/* Logo Image Area */
.header-image .site-header .wrap .title-area {
    
    text-align: center;
    margin: 20px auto 0 10px;
       
    }
/* Header Widget Area */
.site-header .widget-area {
   width: 80%;
   margin: 0 -12px 0 15px;
   display: inline-block;
}
.head-btn {
	margin: 0 auto 5px auto;
    width: 80%;
   display: inline-block;
}
.footer_contact h2, .footer_phone h2 {
    text-align: center;
	font-size: 25px !important;
	padding: 5px 0 5px 10px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.25;
	/*color: #E96915;*/ 
   
    margin-bottom: 20px;
}

}