/* Custom CSS Augenarzt Zink */

/* Farben 
Font Logo: Azo Sans Uber Regular
gruen: #84ba3f;
light blue style: #17a2b8;
darker blue: #0c5561;
passendes rot: #61180c;
passendes gruen; #0c6143;
*/

/* Font Adobe Azo Sans

Azo Sans Regular
font-family: azo-sans-web,sans-serif;
font-weight: 700;
font-style: normal;

Adobe Sans Uber regular
font-family: azo-sans-uber,sans-serif;
font-weight: 400;
font-style: normal;

font-family: azo-sans-web,sans-serif;
font-weight: 700;
font-style: italic;

font-family: azo-sans-web,sans-serif;
font-weight: 400;
font-style: normal;

font-family: azo-sans-uber,sans-serif;
font-weight: 400;
font-style: normal;

*/

/* ===== Fonts ========== */






/* Menu Active Link Color */
.mega-menu .menu-links > li.active a
{
    color: #64c7ff !important;
}
/* =============== Padding =============== */
/* Karriere */
.morePad {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Kontakt */
.morePadRow  {
    padding-bottom: 50px;
}

.padBot30 {
    padding-bottom: 30px;
}

.morePadBut {
    padding-bottom: 10px;
    padding-top: 10px;
}

.morePadTeam {
    padding-bottom: 100px;
    padding-top: 50px;
}

/* Slider Height on index.html */
.page-title.inDex {
    padding-bottom: 300px;
}

/* Smaller p for Datenschutz Mobile */
p.smallP {
	font-size: 14px;
}

/* Smaller List for Behandlungen Mobile */
.list.list-unstyled.list-hand.smallL {
	font-size: 16px;
}



/* ======================= H1 =========================== */
h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}

/* Smaller h1 on Mobile  */
@media only screen and (max-width: 650px) {
h1 {
	font-size: 24px;
}}



/* ===================== H3 =========================== */
h3 {
    font-size: 24px;
}

/* Smaller h3 on Mobile  */
@media only screen and (max-width: 650px) {
h3 {
	font-size: 20px;
}}


/* ========================= Slider ========================= */
/* Ärztlicher Leiter im Slider */
.smallP {
    font-size: 25px !important;
    color: aliceblue !important;
    text-transform: none !important;
}

/* Smaller */
@media only screen and (max-width: 900px) {
.smallP {
    font-size: 20px !important;
    color: aliceblue !important;
    text-transform: none !important;
}}


/* Smaller P on lg Mobile  */
@media only screen and (max-width: 650px) {
.smallP {
    font-size: 16px !important;
    color: aliceblue !important;
    text-transform: none !important;
}}




/* ================== p Sizes in Slider Desktop and Mobile ==== -->
/* P */
.page-title p {
	font-size: 60px;
}

/* Smaller P lg Desktop*/
@media only screen and (max-width: 1350px) {
.page-title p {
	font-size: 45px;
}}

/* Smaller P md Desktop*/
@media only screen and (max-width: 900px) {
.page-title p {
	font-size: 30px;
}}

/* Smaller P on lg Mobile  */
@media only screen and (max-width: 650px) {
.page-title p {
	font-size: 20px;
}}

/* Smaller P on md xs Mobile  */
@media only screen and (max-width: 440px) {
.page-title p {
	font-size: 20px;
}}

/* Smaller P on md xs Mobile  */
@media only screen and (max-width: 410px) {
.page-title p {
	font-size: 16px;
}}

/* ======End p===== */


/* Team Row Padding */
.img-fluid.mx-auto.padBot {
	padding-bottom: 30px;
}

/* Small Slider Opacity */
.bg-overlay-black-60:before {
    background: rgba(0, 0, 0, 0.3);
}

/* Bigger Font */
body {
    font-size: 20px;
    color: #626262;
}

/* Link Color */
a {
	color: #17a2b8;
}

/* Font Slider Adobe Sans Uber regular */
.azoUber {
font-family: azo-sans-uber,sans-serif;
font-weight: 400;
font-style: normal;
}

/* Logo Color */
.blueCol {
	color: #0c5561 !important;
}

.lbCol {
	color: #8dcced !important;
}

/* Green Color */
.greenCol {
	color: #84ba3f !important;
}


.page-section-ptb {
    padding: 50px 0px 80px 0px !important;
}

@media (max-width: 991px) {
.feature-step {
    padding: 20px 30px;
}}

/* Remove Aroows from Slider */
.custom.tparrows {
    display: none;
}

.custom.tparrows.tp-leftarrow:before {
    display: none;
}

.custom.tparrows.tp-rightarrow:before {
    display: none;
}

/* No Padding Bot on Team */
.page-section-ptbT {
    padding-top: 50px;
	padding-bottom: 0px;
}

/* Menu Font Size */
.mega-menu .menu-links > li > a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
