
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	position: relative;
	min-height: 100%;
	padding-bottom: 108px;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-weight: 300;
	word-wrap: break-word;
}

h1, .h1 {
  font-size: 3em;
}

h2, .h2 {
  font-size: 2.5em;
}

h3, .h3 {
  font-size: 1.8em;
}

h4, .h4 {
  font-size: 1.5em;
}

h5, .h5 {
  font-size: 1.2em;
}

h6, .h6 {
  font-size: 1em;
}

.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6 {
	font-weight: normal;
}

.col-xs-1:first-child div:first-child h2:first-child, .col-xs-2:first-child div:first-child h2:first-child,
.col-xs-3:first-child div:first-child h2:first-child, .col-xs-4:first-child div:first-child h2:first-child,
.col-xs-5:first-child div:first-child h2:first-child, .col-xs-6:first-child div:first-child h2:first-child,
.col-xs-7:first-child div:first-child h2:first-child, .col-xs-8:first-child div:first-child h2:first-child,
.col-xs-9:first-child div:first-child h2:first-child, .col-xs-10:first-child div:first-child h2:first-child,
.col-xs-11:first-child div:first-child h2:first-child, .col-xs-12:first-child div:first-child h2:first-child,
.col-sm-1:first-child div:first-child h2:first-child, .col-sm-2:first-child div:first-child h2:first-child,
.col-sm-3:first-child div:first-child h2:first-child, .col-sm-4:first-child div:first-child h2:first-child,
.col-sm-5:first-child div:first-child h2:first-child, .col-sm-6:first-child div:first-child h2:first-child,
.col-sm-7:first-child div:first-child h2:first-child, .col-sm-8:first-child div:first-child h2:first-child,
.col-sm-9:first-child div:first-child h2:first-child, .col-sm-10:first-child div:first-child h2:first-child,
.col-sm-11:first-child div:first-child h2:first-child, .col-sm-12:first-child div:first-child h2:first-child,
.col-md-1:first-child div:first-child h2:first-child, .col-md-2:first-child div:first-child h2:first-child,
.col-md-3:first-child div:first-child h2:first-child, .col-md-4:first-child div:first-child h2:first-child,
.col-md-5:first-child div:first-child h2:first-child, .col-md-6:first-child div:first-child h2:first-child,
.col-md-7:first-child div:first-child h2:first-child, .col-md-8:first-child div:first-child h2:first-child,
.col-md-9:first-child div:first-child h2:first-child, .col-md-10:first-child div:first-child h2:first-child,
.col-md-11:first-child div:first-child h2:first-child, .col-md-12:first-child div:first-child h2:first-child,
.col-lg-1:first-child div:first-child h2:first-child, .col-lg-2:first-child div:first-child h2:first-child,
.col-lg-3:first-child div:first-child h2:first-child, .col-lg-4:first-child div:first-child h2:first-child,
.col-lg-5:first-child div:first-child h2:first-child, .col-lg-6:first-child div:first-child h2:first-child,
.col-lg-7:first-child div:first-child h2:first-child, .col-lg-8:first-child div:first-child h2:first-child,
.col-lg-9:first-child div:first-child h2:first-child, .col-lg-10:first-child div:first-child h2:first-child,
.col-lg-11:first-child div:first-child h2:first-child, .col-lg-12:first-child div:first-child h2:first-child {
	margin-top: 0;
}

.page-header {
	background-image: url('../../../fileadmin/augenarzt-schneiderbauer/img/header.png');
	background-position: 80% top;
	background-repeat: no-repeat;

	padding-bottom: 0;
	margin: 0;
	border-bottom: 0;
}

.page-header > .container {
	height: 200px;
}

.logo-link {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47.5px;
	padding: 6px 10px;
	background: rgba(233,233,233, 0.5);
	border-radius: 2px;
}

.logo-link .logo {
	width: 261.15px;
}

.page-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #D68203;
	background-color: #FFAA00;
	padding-top: 20px;
	padding-bottom: 20px;
}

section {
	padding: 20px 0;
}

.divider > hr, .frame-type-div > hr {
	border-color: #D68203;
}

figure {
	margin: 0 !important;
}

span.fa {
	padding-right: 5px;
}

.linklist {
	padding: 0;
	margin-left: 20px;
}

.linklist li::before {
	margin-left: -19px;
	padding-right: 5px;
	font-family: FontAwesome;
	font-style: normal;
	font-style: normal;
	font-weight: normal;
	content: "\f08e";
}

.linklist li {
	display: block;
}

.title-footer {
	text-align: center;
	margin-bottom: 20px;
}

.google-maps {
	height: 350px;
	width: 100%;
}

ul.caret-right {
	padding: 0;
	padding-left: 15px;
}

ul.caret-right li {
	list-style: none;
	margin-top: 6px;
}

ul.caret-right li::before {
	/* caret right */
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: -10px;
	padding-right: 5px;
}

.top-space {
	margin-top: 1.45em;
}

.bottom-space {
	margin-bottom: 20px;
}

#c91 .csc-header h2 {
	margin-top: 0;
}

#c91 + .csc-default .csc-default:first-child h2 {
	margin-top: 0;
}

@media (min-width: 325px) {

	body {
		padding-bottom: 90px;
	}

}

@media (min-width: 480px) {

	.logo-link {
		margin-left: 0;
		margin-right: 0;
	}

}

@media (min-width: 768px) {

	body {
		padding-bottom: 180px;
	}

	p:last-child {
		margin-bottom: 0;
	}

	.google-maps {
		height: 450px;
	}

	.col-xs-1 div:first-child h2:first-child, .col-xs-2 div:first-child h2:first-child,
	.col-xs-3 div:first-child h2:first-child, .col-xs-4 div:first-child h2:first-child,
	.col-xs-5 div:first-child h2:first-child, .col-xs-6 div:first-child h2:first-child,
	.col-xs-7 div:first-child h2:first-child, .col-xs-8 div:first-child h2:first-child,
	.col-xs-9 div:first-child h2:first-child, .col-xs-10 div:first-child h2:first-child,
	.col-xs-11 div:first-child h2:first-child, .col-xs-12 div:first-child h2:first-child,
	.col-sm-1 div:first-child h2:first-child, .col-sm-2 div:first-child h2:first-child,
	.col-sm-3 div:first-child h2:first-child, .col-sm-4 div:first-child h2:first-child,
	.col-sm-5 div:first-child h2:first-child, .col-sm-6 div:first-child h2:first-child,
	.col-sm-7 div:first-child h2:first-child, .col-sm-8 div:first-child h2:first-child,
	.col-sm-9 div:first-child h2:first-child, .col-sm-10 div:first-child h2:first-child,
	.col-sm-11 div:first-child h2:first-child, .col-sm-12 div:first-child h2:first-child,
	.col-md-1 div:first-child h2:first-child, .col-md-2 div:first-child h2:first-child,
	.col-md-3 div:first-child h2:first-child, .col-md-4 div:first-child h2:first-child,
	.col-md-5 div:first-child h2:first-child, .col-md-6 div:first-child h2:first-child,
	.col-md-7 div:first-child h2:first-child, .col-md-8 div:first-child h2:first-child,
	.col-md-9 div:first-child h2:first-child, .col-md-10 div:first-child h2:first-child,
	.col-md-11 div:first-child h2:first-child, .col-md-12 div:first-child h2:first-child,
	.col-lg-1 div:first-child h2:first-child, .col-lg-2 div:first-child h2:first-child,
	.col-lg-3 div:first-child h2:first-child, .col-lg-4 div:first-child h2:first-child,
	.col-lg-5 div:first-child h2:first-child, .col-lg-6 div:first-child h2:first-child,
	.col-lg-7 div:first-child h2:first-child, .col-lg-8 div:first-child h2:first-child,
	.col-lg-9 div:first-child h2:first-child, .col-lg-10 div:first-child h2:first-child,
	.col-lg-11 div:first-child h2:first-child, .col-lg-12 div:first-child h2:first-child,
	.article h3 {
		margin-top: 0;
	}

	section {
		padding: 30px 0;
	}

	.divider > hr, .frame-type-div > hr {
		margin: 30px 0;
	}

	.bottom-space {
		margin-bottom: 0;
	}

	.navbar-right li:last-child > a {
		margin-right: 15px;
	}

}

@media (min-width: 992px) {

	body {
		padding-bottom: 130px;
	}

	.google-maps {
		height: 607px;
	}

	section {
		padding: 40px 0;
	}

	.divider > hr, .frame-type-div > hr {
		margin: 40px 0;
	}

	.title-footer {
		text-align: right;
	}
}

@media (min-width: 1200px) {

	.page-header {
		background-size: cover;
	}

	.google-maps {
		height: 587px;
	}

	section {
		padding: 50px 0;
	}

	.divider > hr, .frame-type-div > hr {
		margin: 50px 0;
	}

}

/* ======================== INDEXED_SEARCH ========================== */

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	height: auto;
	width: auto;
	padding: 5px 8px;
	line-height: 1;
}

/* =========================== TX_NEWS ============================== */

.header {
	margin-bottom: 10px;
}

.news-text-wrap {
	margin-top: 30px;
	margin-bottom: 40px!important;
}

.teaser-text .btn.btn-default {
	margin: 10px 0;
}

/* ====================== TYPO3 Responsive ========================== */

div.csc-textpic-above div.csc-textpic-imagewrap,
div.csc-textpic-below div.csc-textpic-imagewrap,
div.csc-textpic div.csc-textpic-imagewrap ul li,
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
}


/* ========================== BOOTSTRAP ============================= */

.navbar {
	background-color: #FFAA00;
	border-color: #D68203;
	border-bottom-width: 2px;
	margin-bottom: 0;
}

.navbar-static-top {
	z-index: 1000;
}

.nav>li>a {
	padding: 15px 11px;
}

.dropdown-menu>li>a {
	padding: 5px 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #3B3B3B;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #D68203;
	color: #FFFFFF;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #FFAA00;
}

.table-curriculum td:first-child {
	white-space: nowrap;
}

td,
th {
	padding: 2px;
	padding-right: 10px;
	vertical-align: top;
}

.thumbnail {
	margin-bottom: 10px;
}

/*#CybotCookiebotDialog {
  width: 100% !important;
  right: 0px !important;
  left: inherit !important;
  box-shadow: none !important;
  border-left: 2px solid !important;
  border-top: 2px solid !important;
  border-color: #D68203 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #000 !important;
  font-weight: normal !important;
}
@media (min-width: 1070px) {
    #CybotCookiebotDialog {
        width: 40% !important;
    }
}
*/
.CookiebotWidget-main-logo {
  display: none !important;
}
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}
#CybotCookiebotDialogHeader {
  display: none !important;
}

/*after update typo3 9 (fluid-content)*/
.ce-gallery img {
    max-width:100%;
    height:auto;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 10px;
}