/*
Theme Name: amalien 65
Author: Matthias Härlin
Author URI: http://motointermedia.com/
Description: Custom theme amalien65
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amalien65
*/
/* -- amalien 65 --- */
/* -- main stylesheet -- */
/* --- fonts --- */
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('assets/fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('assets/fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/open-sans-v16-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('assets/fonts/open-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/open-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/open-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/open-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/open-sans-v16-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
    background-color: rgba(255,255,255,0.8);
    color: #444444;
}

.pink,
.page-id-115 main a
{
  color: #e00079;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 400;
    padding: 35px 20px!important;
    font-size: 16px;
}

#menu-item-123 a
{
	padding-right: 0px !important;
}

.logo
{
	margin-top: -5px;
}

.footer .fa
{
  margin-right: 15px;
  min-width: 30px;
  display: inline-block;
  color: white;
}

.main .fa
{
  width: 10px;
}

h4 .fa
{
  width: 45px;
}

h4
{
	font-size: 1.3rem;
}

h5
{
	line-height: 2rem;
	padding-bottom: 15px;
	font-size: 1rem;
}

h5 .fa
{
	min-width: 40px;
}

.page-id-33 h4,
.page-id-59 h4
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.navbar-light .navbar-nav .nav-link
{
	color: #444;
}

.dropdown:hover .dropdown-menu
{
	display: block;
}


.dropdown-menu
{
	border-radius: 0;
	border: none;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	margin: 0;
	padding: 0;
}

.home .dropdown-menu
{
	margin-top: -5px;
}

.footer-bar h3 {
    font-weight: 400;
    padding: 15px 0 8px 0;
    text-align: center;
    font-size: 26px;
}

.footer-bar a
{
  text-transform: uppercase;
}

footer h3 {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 25px;
}

.w-actionbox
{
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 30px 20px;
  border-radius: 5px;
  margin: 10px;
}

.w-actionbox a
{
	font-weight: normal !important;
}

.w-actionbox h2
{
  font-weight: 700;
  padding: 20px 0;
  line-height: 35px;
}

.w-actionbox h3
{
  font-size: 1.5em;
  font-weight: 100;
  margin: 0;
  line-height: 40px;
}

.w-actionbox .caldera-grid .btn-default:hover
{
	background-color: white !important;
	color: black !important;
}


.caldera-grid label
{
  font-size: 12px;
  color: #666;
}


.caldera-grid .checkbox input[type=checkbox], .caldera-grid .checkbox-inline input[type=checkbox], .caldera-grid .radio input[type=radio], .caldera-grid .radio-inline input[type=radio]
{
	margin-right: 4px;
}

.w-actionbox .caldera-grid .btn-default,
.caldera-grid .btn-default,
.btn-magenta
{
  background-color: #e00079 !important;
  color: white !important;
  border: none !important;
  text-transform: uppercase;

}

.page-id-62 .btn-magenta
{
	bottom: 20px;
	position: absolute;
	left: 40%;
}

.w-actionbox .caldera-grid .form-control:focus
{
  border-color: #e00079;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(224,0,121,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(224,0,121,.6);
}

.w-actionbox .caldera-grid .form-control
{
  border-radius: 5px;
  border-color: #eee;
}

.w-actionbox a
{
	color: #e00079;
	line-height: 1.5em;
}

.elterngeld-box
{
  margin-bottom: 0;
padding: 30px 20px;
border-radius: 5px;
background-color: #fbe6ef;
margin-top: 40px;
font-size: 14px;
color: #444;
}

.elterngeld-box a
{
  color: #e00079;
}

.elterngeld-box h3
{
  font-size: 1.5em;
  font-weight: 100;
  margin: 0;
}

input[type="text"],.search-field, input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {
  border: none;
  border-radius: 5px;
  line-height: 1.5em;
  padding: 8px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
  background-color: #f2f2f2;
  color: #444;
}

.search-submit
{
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.search-submit::before
{
display: block;
position: absolute;
top: 0;
left: 12px;
content: '\f002';
font-size: 16px;
line-height: 40px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
-webkit-transition: color 0.25s ease-out;
transition: color 0.25s ease-out;
color: #999;
}

a
{
	color: #444444;
}

a:active, a:hover
{
	color: #e00079;
}

.page-id-198 main a
{
	color: #e00079;
}

h1, h2, h3, h4, h5, h6, strong
{
  color: #444444;
}

h4
{
  line-height: 35px;
}

ul
{
	  padding-left: 10px;
  	margin-left: 10px;
}

li
{
  line-height: 25px;
}

#slider
{
	background-image: url('assets/images/background-slider.jpg');
	background-repeat: repeat-x;
}

#slider .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated
{
	padding: 0px;
}



.w-team-member-name
{
	color: #999;
}
/* ----------- icons ----------- */

.home #icon-praxis .cls-1,
.home #sprechstunde .cls-1,
.home #brustsprechstunde .cls-1,
.home #geburt .cls-1,
.home #monalisa .cls-1
{
	transition: fill 0.5s ease-in-out;
}

.home #icon-praxis:hover .cls-1,
.home #sprechstunde:hover .cls-1,
.home #brustsprechstunde:hover .cls-1,
.home #geburt:hover .cls-1,
.home #monalisa:hover .cls-1
{
	fill: #e00079 !important;
	stroke: white !important;
	transition: fill 0.5s ease-in-out;
}

.home #icon-praxis:hover .cls-2,
.home #sprechstunde:hover .cls-2,
.home #brustsprechstunde:hover .cls-2,
.home #geburt:hover .cls-2,
.home #monalisa:hover .cls-2
{
	fill: white !important;
	transition: fill 0.5s ease-in-out;
}

.home #icon-praxis,
.home #sprechstunde,
.home #brustsprechstunde,
.home #geburt,
.home #monalisa
{
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-o-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}

.home #icon-praxis:hover,
.home #sprechstunde:hover,
.home #brustsprechstunde:hover,
.home #geburt:hover,
.home #monalisa:hover
{
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

/* -- nav -- */
.navbar-sticky {
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0px;
    padding-top: 5px;
}



#header {
    background: #fff;
    box-shadow: 0 3px 31px -4px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-bottom: 5%;
}

.home #header
{
	margin-bottom: 0px;
}

.akuttermin-container
{
	position: fixed;
	z-index: 5;
	right: 10px;
	top: 285px;
}



#header .container
{
	padding: 0px;
}

#header .navbar
{
	padding: 0px;
}

#header.navbar-sticky {
    transform: translateY(-50px);
	transition: transform 0.25s ease-out;
	height: 120px;
}

#header.navbar-sticky .nav-link
{
  padding-top: 20px;
  padding-bottom: 20px;
}


.top-bar #header {
    transform: translateY(0px);
    transition: transform 0.25s ease-out;
}

.navbar-brand img {
    height: 70px;
    transition: height 0.25s ease-out;
}

.navbar-sticky .navbar-brand img {
    height: 50px;
    transition: height 0.25s ease-out;
}

.page-id-4 h4
{
	font-size: 1.2rem;
	color: #666;
	padding-bottom: 5px;
}

.icons
{
	font-size: 0.9rem;
}

.icons a
{
	color: #e00079;
}

.elementor-tab-content ul li
{
	margin-left: 0px;
	padding-left: 0px;
}

/* --- layout ----- */
.to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    color: #666;
    transition: color 0.25s ease-out;
}

.to-top:hover {
    color: #e00079;
    transition: color 0.25s ease-out;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.2);
}

.content {
    min-height: 50vh;
    margin-top: 40px;
}

#header .widget,
#header .textwidget,
#header .widget p {
    display: inline-block;
}

#header .widget p
{
  margin-bottom: 0px;
  font-size: 12px;
}

.icons .elementor-text-editor
{
	text-align: center;
}

.icons img
{
	border-radius: 50px !important;
	border: 2px solid #e00079 !important;
	padding: 20px;
	width: 90px !important;
}

.breadcrumb-container
{
	text-align: center;
}

.breadcrumb-container li a
{
	color: #e00079;
}

.breadcrumb-container li:last-child a
{
	color: #444444;
}

.team .elementor-widget-image
{
	overflow: hidden;
}

.team .elementor-image img
{
	border-radius: 50%;
}

.team .elementor-image a:before
{
	content: '\f054';
	font-family: FontAwesome;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.7rem;
	color: white;
	background: #e00079;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	transform: translateY(-100%);
-webkit-transition: transform 0.2s ease-in-out;
-moz-transition: transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}

.team .elementor-image:hover a:before
{
	transform: translateY(0%);
-webkit-transition: transform 0.2s ease-in-out;
-moz-transition: transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
margin-right: -15px;
}

/* ------ notfallseite -------- */
.page-id-120
{
  background-color: #e00079;
}

.page-id-120 main,
.page-id-120 main h1,
.page-id-120 main h4,
.page-id-120 main strong,
.page-id-120 .elementor-widget-text-editor,
.page-id-120 main a,
.page-id-120 .elementor-widget-heading.elementor-widget-heading .elementor-heading-title,
.page-id-120 .breadcrumb-container li .separator
{
  color: white !important;
}

.page-id-120 .fa
{
	min-width: 20px;
}

/* --- color ---- */
.top-bar {
    background-color: #f7f6f2;
    color: #999;
    font-size: 14px;
}

.top-bar a
{
	color: #999;
}

.footer-bar {
    background-color: #e00079;
    color: white;
}



.navbar-light .navbar-toggler
{
	border: none;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #e00079;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #e00079;
}

.navbar-light .navbar-nav .nav-item {
    display: inline-block;
    position: relative;
}

.navbar-light .navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 30px;
    left: 0;
    background-color: #e00079;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar-light .navbar-nav .nav-item:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.navbar-light .navbar-nav .dropdown-menu .nav-item
{
	display: block;
}

.dropdown-menu .nav-item::after
{
	display: none;
}

.navbar-short .dropdown-menu
{
	top: 90%;
}


.dropdown-item:hover, .dropdown-item:focus
{
	color: white;
	background-color: #e00079;
	width: 100%;
	border-radius: 0;
}



.footer {
    background-color: #707173;
    color: #c7c7c7;
    padding: 0 0 0px 0;
    line-height: 25px;
    margin-top: 2%;
}

.footer .row a,
.footer-sub a
{
	color: #c7c7c7;
}

.footer-sub {
    color: #c7c7c7;
    padding: 20px 0 20px 0;
    border-top: 1px solid white;
}

.footer .btn-outline-light
{
	font-size: 13px;
	border-width: 2px;
}


@media (max-width: 960px)
{
	.nav-link
{
	padding: 2px 0;
}


.dropdown .nav-link:after
{
	font-family: 'FontAwesome';
	display: inline-block;
	content:"\f0ab";
	float: right;
}


.dropdown:hover .dropdown-menu
{
	display: none;
}

.dropdown .dropdown-menu.active
{
	display: block;
}

.dropdown-menu
{
	box-shadow: none;
}

.navbar-light .navbar-nav .nav-item:hover::after
{
	display: none;
}

.navbar-brand img
{
	height: 60px;
}

#header
{
	padding-bottom: 10px;
}


}

/* ------- ie fix ------- */
.elementor-msie .elementor-4 .elementor-element.elementor-element-334535d
{
	margin-top: 0px !important;
	
}

.elementor-msie .icon-text
{
	margin-top: 70px !important;
	}


/* ------------ media queries ------------------ */
@media (max-width: 1024px)
{
	.footer .fa
	{
		margin-right: 0px;
		min-width: 20px;
	}
	
	.footer .col-md-3
	{
		padding-right: 0px;
	}
}


@media (max-width: 768px)
{
	.top-bar
	{
		padding: 10px;
	}
	
	.logo
	{
		padding-left: 10px;
		margin-top: 0px;
	}
	
	.footer-bar h3
	{
		font-size: 20px;
		line-height: 30px;
	}
	
	.navbar-nav .nav-link
	{
		padding: 16px 20px !important;
	}
	
	.w-actionbox{
margin: 6px;
 width: calc(100% - 12px) !important;
}
	
	.w-actionbox h2
	{
		font-size: 1.5em;
	}
	
	.akuttermin-container
{
	position: fixed;
	z-index: 5;
	right: 10px;
	top: 275px;
}
		
	
}

@media (max-width: 767px)
{
	.footer .widgettitle
	{
		margin-top: 20px;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	
	/*
	.akuttermin-container
	{
		position: absolute;
		left: 10px;		
		top: 285px;
		z-index: -1;
	}
	*/
}	
	
@media (max-width: 400px)
{
	.w-actionbox
	{
		width: 100% !important;
	}
	
		.w-actionbox h2
	{
		font-size: 1.5em;
	}
	
	.footer .widgettitle
	{
		margin-top: 20px;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	
	.footer .btn-outline-light
	{
		margin-top: 8px !important;
	}
}

