/*
	Theme Name: Medicum Theme
	Theme URI: https://www.secondreality.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: https://www.secondreality.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #5B5B5B;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #e30613;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0A1331;
	font-family: 'Roboto', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

h1 {
	font-size: 3.5rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px
}

h2 {
	font-size: 3.0rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px
}
h3 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px
}
h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
	padding-top: 0rem;
}
.home .site-inner { 
	padding-top: 0px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
	display:none;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 24px 0 14px;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
	margin-top: 10px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

.site-header .wrap {
	position:relative;

}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
	margin-top: 18px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #424242;
	font-weight:700;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 14px;
	padding: 2rem 1.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #E60514;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: capitalize;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 14px;
  right: 14px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #e30613;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #e30613;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #fff;
	background-color: #424242;	
	margin-top:40px;
}
.footer-widgets a {
	color:#bbb;
}
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets .widget-title {
	color:#fff;
	font-size:16px;
}
.footer-widgets .wrap {
	padding: 60px 0 16px;
	padding: 6rem 0 1.6rem;
}

.footer-widgets-1 {
	width: 115px;
	margin-right: 25px;
}
.footer-widgets-2 {
	width: 182px;
	margin-right: 25px;
}
.footer-widgets-3 {
	width: 252px;
	margin-right: 25px;
}
.footer-widgets-4 {
	width: 270px;
	margin-right: 25px;
}
.footer-widgets-5 {
	width: 250px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	font-size:16px;
	position: relative;
    z-index: 10;
	font-size: 15px;
}

.footer-widgets-5 {
	float: right;
	font-size:15px;
	position: relative;
    z-index: 10;

}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.footer-widget-area .fa {
	margin-right:5px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #212121;
	padding: 30px 0;
	padding: 3rem 0;
	text-align: center;
	color:#fff;
	position:relative;
}
.site-footer:after {
	width: 441px;
    height: 326px;
    display: block;
    content: "";
    position: absolute;
    background: url(images/footer-bottom-right-img.png) no-repeat;
    background-position: right bottom;
    top: -240px;
    right: 0;
	
}
span.footer-left-text {
	float:left;
}
span.copyright-text {
	position:relative;
	z-index:100;
	margin-left:200px;
}
.site-footer p {
	margin-bottom:0;
	color:#fff;
	position:relative;
	z-index:100;
}
.site-footer a {
	color:#fff;
}

/*
Custom css
---------------------------------------------------------------------------------------------------- */
.banner {
	padding-top:330px;
	height:665px;

	-webkit-box-shadow: inset 0px 7px 10px -4px rgba(0,0,0,0.60);
	-moz-box-shadow: inset 0px 7px 10px -4px rgba(0,0,0,0.60);
	box-shadow: inset 0px 7px 10px -4px rgba(0,0,0,0.60);

}
.banner h1 {
	color:#fff;
}

.bannerslides {
	position:relative;
	z-index:-1;
	height:680px;
}

.bannerslides li {
	position:absolute;
    background-position: center center;
    background-size: cover;
	width:100%;
	height:inherit;
}

.fade {
	display: inline;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.fade.in {
	opacity: 1;
}

.page-box-one {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3;
	font-size: 1.8rem
}
.below-banner-area {
	padding: 50px 0 0;
    margin-top: -155px;
    text-align: center;
    box-shadow: 0px 3px 8px #ada9a9;
    margin-bottom: 100px;
}
.home .below-banner-area { 
	padding: 50px 0 0;
	margin-bottom: 75px;
}
.below-banner-area h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px
}
a.site-btn,
button.site-btn,
div.wpforms-container-full .wpforms-form button[type=submit].site-btn {
	padding:6px 25px;
	background:#D50000;
	color:#fff;
	text-align:center;
	font-size:16px;
	display:inline-block;
	border-radius:4px;
}

a.site-btn-grey {
	padding:6px 25px;
	background:#5b5b5b;
	color:#fff;
	text-align:center;
	font-size:16px;
	display:inline-block;
	border-radius:4px;
}

a.site-btn:hover,
button.site-btn:hover,
div.wpforms-container-full .wpforms-form button[type=submit].site-btn:hover {
	transition: all 1s ease;
}

a.site-btn.active {
	padding:6px 25px;
	background:#D50000;
	color:#fff;
	text-align:center;
	font-size:16px;
	display:inline-block;
	border-radius:4px;
}

a.site-btn.transparent-btn {
	background:transparent;
	color:#D50000;
	border:1px solid #D50000;
	margin-right: 25px;
}
a.site-btn.transparent-btn:hover {
	background:#D50000;
	color:#fff;
	transition: all 1s ease;
}
.below-banner-area p {
	margin-bottom:50px;
}
.four-icons-area h2 {
	font-size:40px;
	color:#424242;
	text-align: center;
	font-weight: 400
}
.four-icons-area h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 500
}
.four-icons-area h5 {
	font-weight:500;
	color:#373737;
}
.Iso-logo img {
	float:left;
	margin-right:10px;
	margin-left: 105px;
}
.Iso-logo h4 {
	font-size:24px;
	font-weight:700;
	color:#878786;
	padding-top: 26px;
}
span.iso-text {
	font-size:20px;
	font-weight:400;
}
.medicum-logo {
	padding-top:40px;
}
.dgk-logo {
	padding-top:30px;
}
.home-praxis-area  {
	padding-top:40px;
}
.home-praxis-area h2 {
	font-size:40px;
	color:#424242;
	text-align: center;
	font-weight: 400
}
.home-praxis-area h4 {
	margin-top: -250px;
    margin-bottom: 110px;
    color: #fff;
}
.home-praxis-area h5 {
	font-size: 24px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.home-praxis-boxes img {
	margin-bottom: 0;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
}
.home-praxis-boxes p {
	border-bottom:1px solid #c4c4c4;
	padding-bottom: 23px;
}
.home-praxis-boxes .panel-grid-cell {
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 5px 8px #e0dbdb;
}
.home-praxis-boxes .praxis-text-box .textwidget:last-child {
	padding: 140px 20px 20px;
}
.home-praxis-boxes.arzte-praxis-boxes .praxis-text-box .textwidget:last-child {
	padding: 0px 20px 20px;
}
.home-praxis-boxes.arzte-praxis-boxes img {
	margin-bottom: -20px;
}
.home-praxis-boxes.arzte-praxis-boxes h5 {
	font-size: 24px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.home-praxis-boxes p:last-child {
	border-bottom:0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

#contactinforow {
	position:relative;
	height:790px;
}


#contactinforow .contact-info-area {
	position:absolute;
	padding-top:90px !important;
	width:100%;
	top:0px;
	left:50%;

}

.wpforms-field-label {
	text-align:left;
}


.map-box {
	height:700px;
}
.contact-right-text-area {
	padding-left:100px;
}
.contact-right-text-area h2 {
	font-size:40px;
	color:#424242;
	font-weight: 400
}
.jobs-header h2 {
	text-align: center;
	font-size:40px;
	color:#424242;
	font-weight: 400;
}

.contact-right-text-area button.site-btn {
	width: 180px;
    height: 37px;
    background: #757575;
    line-height: 1.2;
    font-size: 22px;
	text-align:center;
	padding:0px;
}

.contact-right-text-area button.site-btn:hover {
	background: #D50000;
	transition: all 1s ease;
}

.contact-right-text-area button.site-btn.active {
	background:#D50000;
}

.content-width,
.content-width-last {
	width:1000px;
	margin:0 auto;
	border-bottom:1px solid #D9D9D9;
	padding-bottom: 45px;
    margin-bottom: 80px;
}
.standorte-grey-area {
	height:420px;
	padding-top:180px;
	color:#5B5B5B;
}
.standorte-grey-area h2 {
	color:#fff;
	font-size:36px;
}
.content-width {
	border-bottom:1px solid #D9D9D9;
	padding-bottom: 45px;
    margin-bottom: 80px;
}
.content-width-last {
	border-bottom:0;
	margin-bottom: 0px;
}
.grey-section {
	padding: 55px 0 40px;
}
.grey-section-logos {
	padding: 15px 0px 15px;
}
.white-area {
	padding-top: 0px;
}
.white-area.white-area-top {
	padding-top: 50px;
}
.white-area h5 {
	font-weight:500;
}
.white-area h4 {
	margin-bottom:5px;
}
.white-grey-img-area {
	width:580px;
	position:relative;
}
.white-grey-img-area h3 {
	text-align: center;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.white-grey-img-area img {
	margin-bottom:-30px;
}
.arztname {
	text-align: center; 
	font-size: 36px; 
	font-weight: 400;
	color: #000
}
.arztbezeichnung {
	text-align: center; 
	font-size: 26px; 
	font-weight: 400;
	color: #000
}
.arzttext {
	width: 60%; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	line-height: 1.3;
}

/* 
Text meant only for screen readers.
---------------------------------------------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1180px) {

	.formblock .wpforms-container {
		max-width: 680px;
		margin:auto;
		margin-bottom:60px;
	}
	.datenschutz-width {
		width: 70%;
	}

	.widget_icl_lang_sel_widget {
		position:absolute;
		top: 40px;
		left: 350px;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px !important;
	}
}

@media only screen and (max-width: 1179px) {

	.formblock .wpforms-container {
		max-width: 580px;
		margin:auto;
		margin-bottom:40px;
	}
		.datenschutz-width {
		width: 100%;
	}

	.wrap {
		max-width: 960px;
	}
	.site-header .widget-area {
		width: 620px;
	}
	.content {
		width: 580px;
	}
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {
		font-size: 1.5rem;
		line-height: 1.3
	}
	.footer-widgets-1 {
		margin-right: 0;
	}
	.footer-widgets-1 a {
		font-size: 1.5rem;
		line-height: 1.2
	}
	.footer-widgets-2 {
    	width: 160px;
    	margin-right: 10px;
	}
	.footer-widgets-2 a {
		font-size: 1.5rem;
		line-height: 1.2
	}
	.footer-widgets-3 {
		width: 225px;
		margin-right:10px;
	}
	.footer-widgets-4 {
    	width: 230px;
		margin-right: 0;
	}
	.footer-widgets-5 {
    	width: 206px;
		font-size: 1.5rem;
		line-height: 1.3
	}
	.content-width, .content-width-last {
    	width: 100%;
	}
	.genesis-nav-menu a {
		font-size: 16px;
		padding: 20px 9px;
	}

	.widget_icl_lang_sel_widget {
		position:absolute;
		top: 40px;
		left: 320px;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px !important;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 0px 5% 40px;
		padding: 0rem 5% 40rem;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	.title-area {
		float: none;
		margin: 0 auto;
	}
	.site-header .widget-area {
    	width: 100%;
		margin-top: 0px;
	}
	.banner {
    	padding-top: 85px;
    	padding-bottom: 190px;
		height:auto;
		height:550px;
	}

	.bannerslides {
		height:550px;
	}

	.four-icons-area h2 {
    	font-size: 38px;
	}
	.home-praxis-area h4 {
		margin-top: -193px;
	}
	.four-icons-area h5 {
		font-size: 15px;
	}
	.Iso-logo img {
		margin-left: 0px;
	}
	.Iso-logo h4 {
    	font-size: 16px;
	}
	.home-praxis-area h4 {
		margin-top: -140px;
		margin-bottom: 45px;
		font-size: 20px;
	}
	.home-praxis-area h6 {
		font-size: 15px;
	}
	.home-praxis-boxes .praxis-text-box .textwidget:last-child {
    	padding: 0px 20px 20px;
	}
	a.site-btn {
		font-size: 14px;
	}
	.contact-right-text-area {
    	padding-left: 30px;
	}
	.footer-widgets .wrap {
    	padding: 40px 10px 16px;
	}
	.footer-widgets-3 {
    	width: 205px;
	}
	.footer-widgets-5 {
    	width: 300px;
    	float: none;
    	margin: 0 auto;
	}
	.footer-widgets li {
		font-size:13px;
	}
	.home-praxis-boxes.arzte-praxis-boxes h5 {
    	font-size: 20px;
	}
	.below-banner-area br {
		display:none;
	}

	.widget_icl_lang_sel_widget {
		position:absolute;
		top: 20px;
		left: 320px;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px !important;
	}
}

/*
Anpasungen cokoma media
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
	.home-praxis-area h4 {
    	margin-top: -67px;
    	margin-bottom: 80px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
	float: none;
	text-align:center;
	width: 100%;		
	}
	.footer-widgets-1 {
		line-height: 1.3;
	}
	span.footer-left-text {
    	float: none;
	}
	span.copyright-text {
		display: block;
    	clear: both;
    	font-size: 15px;
    	text-align: center;
	}
	.contact-right-text-area {
		text-align:center;
		margin-left: -36px;
	}
	.contact-info-area {
		margin-bottom: -20px;
	}
	.site-footer .footer-left-text {
		position: relative;
		z-index: 100;
	}
	#contactinforow {
		height:340px;
	}
	.arzttext {
		width: 80%; 
		margin-left: auto; 
		margin-right: auto; 
		text-align: center; 
		line-height: 1.3;
	}
	span.copyright-text {
		margin-left:0;
	}
}

@media only screen and (max-width: 800px) {

	#logo a img {
		width: 270px;
		max-width: 270px;
		float:center;
		margin-top: -15px;
		margin-left: -10px;
	}
	.four-icons-area h3 {
    	font-size: 16px;
	}
	.contact-info-area {
	margin-bottom: -400px;
	}
	
	span.copyright-text {
		display: block;
    	clear: both;
    	font-size: 12px;
    	text-align: center;
	}
}
/*
Ende Anpassungen cokoma media
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 768px) {

	#logo a img {
		width: 270px;
		max-width: 270px;
		float:left;
		margin-top: -15px;
		margin-left: -190px;
	}
	.c-hamburger {
		top: -20px;
	}
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	.banner {
		height:350px;
	}

	.banner h1 {
		font-size: 36px;
	}

	.bannerslides {
		height:350px;
	}


	.below-banner-area h1 {
		font-size:32px;
	}
	.below-banner-area h2 {
		font-size:22px;
	}
	.home .below-banner-area,
	.below-banner-area {
		padding: 50px 20px 0;
	}
	.below-banner-area p {
    	margin-bottom: 25px;
	}
	a.site-btn.transparent-btn {
		margin-right:0;
		margin-bottom:10px;
	}
	.four-icons-area h2 {
    	font-size: 26px;
	}
	.four-icons-area h5 {
		margin-bottom: 5px;
	}
	.dgk-logo {
    	padding-top: 0;
	}
	.Iso-logo h4 {
    	padding-top: 0;
    	text-align: center;
	}
	.Iso-logo img {
    	float: none;
    	margin: 0 auto -10px;
    	display: block;
    	width: 118px;
	}
	.home-praxis-area h4 {
    	margin-top: -67px;
    	margin-bottom: 80px;
	}
	.site-inner {
		padding: 0px 5% 0px;
	}
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {
		text-align:center;
		float: none;
	}
	.footer-widgets-4,
	.footer-widgets-5 {
		text-align:center;
		width:100%;
	}
	.footer-widgets-1 {
		line-height: 1.3;
	}
	span.footer-left-text {
    	float: none;
	}
	span.copyright-text {
		display: block;
    	clear: both;
    	font-size: 15px;
    	text-align: center;
	}
/*
	body .sow-google-map-canvas {
		height: 250px !important;
	}
*/
	.contact-right-text-area {
		text-align:center;
		margin-left: -36px;
	}
	.white-grey-img-area {
    	width: 100%;
	}
	.white-grey-img-area h3 {
		top: 48%;
		font-size: 24px;
	}
	.contact-info-area {
		margin-bottom: -20px;
	}

	.site-footer .footer-left-text {
		position: relative;
		z-index: 100;
	}


	#contactinforow {
		height:960px;
	}
} 




/*
Anpasungen cokoma media
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 730px) {
	body .sow-google-map-canvas {
		height: 250px !important;
	}
	.widget_icl_lang_sel_widget {
		margin-top: -20px;
    	margin-bottom: 20px;
	}
}

@media only screen and (min-width: 540px) and (max-width: 720px) {
		#logo a img {
		width: 270px;
		max-width: 270px;
		float:left;
		margin-top: -10px;
		margin-left: -100px;
	}
}
@media only screen and (min-width: 420px) and (max-width: 539px) {
		#logo a img {
		width: 270px;
		max-width: 270px;
		float:left;
		margin-top: -15px;
		margin-left: -40px;
	}
	.arztname {
		text-align: center; 
		font-size: 26px; 
		font-weight: 400;
		color: #000
	}
	.arztbezeichnung {
		text-align: center; 
		font-size: 20px; 
		font-weight: 400;
		color: #000
	}

}
@media only screen and (max-width: 415px) {

		#logo a img {
		width: 270px;
		max-width: 270px;
		float:left;
		margin-top: -15px;
		margin-left: -40px;
	}

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	.bild {
    	max-width: 100%;
    	height: auto;
	}
	.contact-info-area {
		margin-bottom: -20px;
	}

		#contactinforow {
		height:960px;
	}
	.arztname {
		text-align: center; 
		font-size: 26px; 
		font-weight: 400;
		color: #000
	}
	.arztbezeichnung {
		text-align: center; 
		font-size: 20px; 
		font-weight: 400;
		color: #000
	}

		.widget_icl_lang_sel_widget {
		position:absolute;
		top: 40px;
		left: 275px;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px !important;
	}
}

/*
Ende Anpassungen cokoma media
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 375px) {

#logo a img {
		width: 210px;
		max-width: 210px;
		float:left;
		margin-top: -5px;
		margin-left: -10px;
	}

	.c-hamburger {
		top: -20px;
	}
		.arztname {
		text-align: center; 
		font-size: 20px; 
		font-weight: 400;
		color: #000
	}
	.arztbezeichnung {
		text-align: center; 
		font-size: 16px; 
		font-weight: 400;
		color: #000
	}

	.widget_icl_lang_sel_widget {
		position:absolute;
		top: 40px;
		left: 235px;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px !important;
	}
}

@media only screen and (max-width: 320px) {
	#logo a img {
		width: 190px;
		max-width: 190px;
		float:left;
		margin-top: -5px;
		margin-left:10px;
	}

	.c-hamburger {
		top: -20px;
	}


	.widget_icl_lang_sel_widget {
		position:absolute;
		top: 40px;
		left: 195px;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px !important;
	}

}
