/*////////////////////////////////////////////////////////////////////////////////////
  
    Theme Name: Medienreformer
    Author: Medienreformer
    Author URI: http://www.medienreformer.de
    Description: Medienreformer Theme by Medienreformer-Berlin.
    Version: 4.0
    Date: 01.09.2017
  
/////////////////////////////////////////////////////////////////////////////////////*/

/* @import url(grid-test.css); */

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

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

/*-----------------------------------------------------------------------------------*/
/*	General Structure
/*-----------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body { 
	line-height: 1.6;
	color: #404040;
	background: #ffffff;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

a,
.link-color {
	color: #118677;
	text-decoration: none;
	transition: 0.5s; 
}

a:hover,
a:focus,
a:active {
	color: #999999;
	outline: 0;
	-moz-outline-style: none;
}

a img {
	border: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

p {  
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-bottom: 24px; 
	margin-top: 0;
}

p .line-open {
	text-decoration: line-through;
	color: #999999;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
ul, 
ol {
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
			hyphens: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	padding: 0 0;
}
	
h2 {
	font-size: 20px;
	font-size: 1.25rem;
}
	
h3 {
	font-size: 18px;
	font-size: 1.125rem;
}
	
h4 {
	font-size: 16px;
	font-size: 1rem;
}
	
h5 {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	
h6 {
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

hr {
 	background: #eeeeee;
 	border: none;
 	color: #333;
 	height: 1px;
 	width: 100%;
}

.h2 {
	font-weight: bold;
}

h1 + h2 {
	margin-top: -20px;
	/*color: #7AC943;*/
}

@media (min-width:992px) {
	
	h1 {
		font-size: 28px;
		font-size: 1.75rem;
		margin: 0;
		padding: 0.67em 0;
	}
	
	h2 {
		font-size: 22px;
		font-size: 1.375rem;
	}
	
	h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	
	h4 {
		font-size: 18px;
		font-size:1.125rem;
	}
	
	h5 {
		font-size: 16px;
		font-size: 1rem;
	}
	
	h6 {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	
	p {  
		font-size: 16px;
		font-size: 1rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Fonts
/*-----------------------------------------------------------------------------------*/

body { 
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.main-navigation,
ul.subpages,
#portfolio-item-filter {
	font-family: 'Montserrat', sans-serif;
	color: #118677;
}

/*-----------------------------------------------------------------------------------*/
/*	Boxed
/*-----------------------------------------------------------------------------------*/

body.boxed {
	margin: 0 auto;
	background-color: #B9CECD;
	box-shadow: 0 0 5px 5px rgba(200,200,200,.08);
}

body.boxed .container {
    padding: 0 30px;
}

body.boxed .subheader {
    padding-left: 30px;
    padding-right: 30px;
	background-color: #ffffff;
}

body.boxed .site-header {
	border-bottom: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Global
/*-----------------------------------------------------------------------------------*/

#page {
	position: relative;
}

iframe { 
	margin: 0; 
	padding: 0; 
}

.maps { 
	margin-top: -25px;  
}

#map,
#mapid {
	width: 100%;
	height: 250px;
}

@media (min-width:992px) {

	#map,
	#mapid {
		width: 100%;
		height: 400px;
	}
}

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

.site-header {
	background-color: #ffffff; 
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.site-header {
	min-height: 80px;
}

.site-header h1 {
	margin: 0;
	line-height: 80px;
}

.site-branding {
	width: 30%;
	float: left;
}

.logo a,
.site-branding h1 a {
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 33px;
	background: url(../images/svg/logo-zeume.svg) no-repeat;
	background-size: 300px 33px; 
	margin-top: 15px; 
}

.site-branding a { 
	color: #ffffff;
}

.site-branding h1 {
	margin-top: 15px;
}

.site-branding h1 a svg {
    fill: blue;
}​

/* Modernizr fallback */
.no-svg .logo {
	background-image: url(../images/logo.png);
}

@media (max-width:991px) {

	.site-branding,
	.main-navigation ul { 
		float: none; 
		text-align: center; 
		margin: 0 auto; 
	}

	.site-branding,
	.main-navigation { 
		width: 100%; 
	}

	.logo a,
	.site-branding h1 a { 
		margin-right: auto; 
		margin-left: auto;
	}
	
	.site-header-fix .main-navigation > ul.menu > li {
		background: rgba(0,177,235,0.9);
	}
}

@media (min-width:992px) {

	.site-header .container-big {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.logo a,
	.site-branding h1 a {
		display: block;
		text-indent: -9999px;
		width: 200px;
		height: 50px;
		background: url(../images/svg/logo-zeume.svg) no-repeat;
		background-size: 450px 50px; 
		margin-top: 15px; 
	}	
}

@media (min-width:1200px) {
	
	.logo a,
	.site-branding h1 a {
		display: block;
		text-indent: -9999px;
		width: 450px;
		height: 50px;
		background: url(../images/svg/logo-zeume.svg) no-repeat;
		background-size: 450px 50px; 
		margin-top: 15px; 
	}	
}

/*-----------------------------------------------------------------------------------*/
/*	Header fixed
/*-----------------------------------------------------------------------------------*/

.site-header {
	width: 100%;
}

.site-header.fixed-header {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 137;
	background-color: #ffffff;
}

body.boxed .site-header.fixed-header {
	width: auto;
}

.site-header.fixed-header ~ .site-content {
	padding-top: 120px;
}

.home .site-header.fixed-header ~ .site-content {
	padding-top: 0;
}

.site-header.fixed-header ~ .subheader {
	padding-top: 80px;
}

/*-----------------------------------------------------------------------------------*/
/*	Navigation fixed
/*-----------------------------------------------------------------------------------*/

.page-template-page-fixed-navigation .full-navigation.fixed-navigation {
	width: 100%;
}

.page-template-page-fixed-navigation .full-navigation.fixed-navigation {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 137;
	background-color: #F6D8FC;
}

.page-template-page-fixed-navigation.logged-in .full-navigation.fixed-navigation {
	top: 32px;
}

/*-----------------------------------------------------------------------------------*/
/*	Full Header fixed - with full navigation
/*-----------------------------------------------------------------------------------*/

.full-fixed-header {
	width: 100%;
}

.full-fixed-header {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 137;
}

.logged-in .full-fixed-header {
	top: 32px;
}

body.boxed .full-fixed-header {
	width: auto;
}

.full-fixed-header ~ .site-content {
	padding-top: 120px;
}

.home .full-fixed-header ~ .site-content {
	padding-top: 0;
}

.full-fixed-header ~ .subheader {
	padding-top: 80px;
}

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

	.logged-in .full-fixed-header,
	.logged-in .site-header.fixed-header,
	.page-template-page-fixed-navigation.logged-in .full-navigation.fixed-navigation {
		top: 0;
	}
	
	.full-fixed-header ~ .site-content {
		padding-top: 0;
	}
}

@media (max-width:767px) {
	
	body.boxed .full-fixed-header,
	body.boxed .site-header.fixed-header {
		width:100%;
	}
}

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

.main-navigation a { 
	display: block;  
	line-height: 2.5em;
	color: #118677; 
}

.main-navigation > ul.menu > li > a { 
		color: #118677;
}

@media (min-width:992px) {

	.main-navigation {
		display: block !important; 
		float: left; 
		width: 100%;
	}

	.main-navigation ul { 
		float: left; 
	}

	.main-navigation li { 
		display: inline-block; 
		position: relative;
		font-weight: 400;  
		letter-spacing: 1px; 
		font-size: 13px; 
	}
	
	.main-navigation li:first-child a { 
		padding-left: 0;
	}

	.main-navigation a { 
		display: block;  
		padding-left: 0.8em; 
		padding-right: 0.8em; 
		line-height: 80px;		 
	}
	
	.main-navigation > ul > li > a:hover { 
		color: #999999;
	}
	
	.main-navigation > ul > li > a { 
		/*background-color: #eeeeee;*/ 
	}
	
	.main-navigation ul li.current-menu-item a { 
		color: #2A3433; 
	}

	.main-navigation ul ul { 
		display: none; 
		float: left; 
		position: absolute;
		width: 200px;
    	left: 50% !important;
    	margin-left: -100px;
		top: 80px;  
		z-index: 99999; 
		background: #111111; 
		text-align: center; 
		padding-top: 10px; 
		padding-bottom: 10px; 
	}
	/* Arrow */
	.main-navigation ul ul:after {
		border-bottom: 13px solid #242830;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		content: " ";
		height: 0;
		left: 50%;
		margin-left: -13px;
		position: absolute;
		top: -13px;
		width: 0;
	}

	.main-navigation ul.menu ul a { 
		font-size: 12px;
		color: #118677;
		width: 180px; 
		padding: 0.5em;
		line-height: 1.5em;  
	}

	.main-navigation ul ul a:hover { 
		background: #3e4142; 
		color: #ffffff;
	}

	.main-navigation ul li:hover > ul { 
		display: block; 
	}
	
	.main-navigation .menu-item-has-children span {
		display: none;
	}
	
	/* Icon */
	.main-navigation li.menu-item-85 a {
    	text-indent: -9999px;
    	position: relative;
    	width: 30px;
	}
	
	.main-navigation li.menu-item-85 a:before {
    	display: block;
    	font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	transform: translate(0, 0);
    	text-indent: 100%;
    	font-weight: 900;
	}
	
	.main-navigation li.menu-item-85 a:before {
    	content: "\f002";
    	width: 30px;
    	height: 30px;
    	position: absolute;
    	left: 0;
   		top: 30px;
    	z-index: 100;
    	font-size: 1.4em;
    	
	}
	
	/* nav right */	
	.main-navigation.nav-right {
		display: block !important; 
		float: right; 
		width: 70%;
	}

	.main-navigation.nav-right ul { 
		float: right; 
	}
	
	.main-navigation.nav-right li:first-child a { 
		padding-left: 1em;
	}
	/* nav center */
	.main-navigation.nav-center {
		float: none; 
		width: 100%;
	}
	
	.main-navigation.nav-center > ul {
		text-align: center;
		width: 100%;
	}
	
	.full-navigation .main-navigation a {		  
		display: block;  
		padding-left: 1em; 
		padding-right: 1em; 
		line-height: 60px;		 
}

	.full-navigation .main-navigation ul ul { 
		top: 60px;   
	}
}

.full-navigation {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ffffff;
}

/* Menu toggle button */
.menu-toggle { 
	display: none;
	text-indent: -9999px;
	width: 30px;
	height: 36px;
	background: url(../images/svg/icon-hamburger.svg) no-repeat 50% 50%;
	background-size: 25px 18px; 
	border: none; 
}

.menu-toggle:focus { 
	outline: 0; 
}

.menu-toggle-text { 
	background: #eeeeee; 
	color: #242830; 
	font-size: 1em;
	font-weight: 300; 
	text-transform: uppercase;
	padding: 0.6em;  
}

button:hover.menu-toggle {
	background-color: #eeeeee;
}

@media (max-width: 991px) {
	
	.main-navigation { 
		background-color: #111111;
		background-color: rgba(36,40,48,0.0);	 
	}
	
	.main-navigation a { 
		border-bottom: 1px solid #eeeeee; 
	}
	
	.main-navigation .menu-item-has-children {
		position: relative;
	}
	
	.main-navigation .menu-item-has-children ul {
		display: none;
	}

	.main-navigation .menu-item-has-children span {
		position: absolute;
    	top: 0;
    	right: 0;
    	width: 60px;
    	height: 40px;
    	background: url(../images/svg/icon-plus.svg) no-repeat 50% 50%;
    	background-size: 10px 10px;
    	cursor: pointer;
	}
	
	.main-navigation > ul { 
		border-top: 1px solid #eeeeee; 
	}

	.main-navigation ul ul a { 
		font-size: 80%; 
	}
	
	.menu-toggle { 
		display: block; 
		margin: 0 auto; 
	}

	.menu-toggle-text {  
		width: 100%; 
	}
}

@media (min-width: 1200px) {

	.main-navigation .menu-item-59 a {
	    background-color: #118677;
	    padding-left: 2em;
	    padding-right: 2em;
	    color: #ffffff!important;
		line-height: 35px;
		margin-left: 0.8em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Flex - Menu subpages
/*-----------------------------------------------------------------------------------*/

.flex-menu {
	background-color: #f7f7f7;
}

ul.flex-subpages {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}

ul.flex-subpages li {
	padding: 5px 30px 5px 0;
	font-weight: 300;
	font-size: 14px;
}

ul.flex-subpages li a {
	color: #404040;
}

ul.flex-subpages li a:hover {
	color: #999999;
}

ul.flex-subpages li.current_page_item a { 
	color: #2A3433;
}

/*-----------------------------------------------------------------------------------*/
/*	Hero - Banner
/*-----------------------------------------------------------------------------------*/

#hero h1 {
    color: #fff;	
}

.hero-01,
.hero-02 { 
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;	 
}

.hero-02 { 
	background-position: 50% 50%; 
}

.hero-01 .box { 
	min-height: 240px; 
	position: relative; 
}

.hero-01 .box .overlay { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%;   
	height: 100%;
	text-indent: -9999px;
	background: url(../images/svg/logo-startup.svg) no-repeat 50% 40%;
	background-size: 250px 250px; 
	opacity: 0.9;
}

.hero-02 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bildrechte { 
	font-size: 12px;
	color: #000000; 
	position: absolute; 
	right: 0; 
	bottom: 0;
	background: rgba(0,157,208,0.5); 
	padding: 3px 5px;  
}

.bildrechte a { 
	color: #000000;  
}

@media (min-width: 992px) {

	#hero h1 {
    	font-size: 36px;	
	}
	
	.hero-01 .box { 
		min-height: 460px; 
	}
	
	.hero-02 {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Slogan
/*-----------------------------------------------------------------------------------*/

.slogan {
	padding: 20px 40px;
	width: 80%;
	margin: 0 auto;
	border: 2px solid #ffffff;
}

.slogan h1,
.slogan p {
	color: #ffffff;
}

.slogan h1 {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	Page - Post
/*-----------------------------------------------------------------------------------*/

.site-content { 
	padding-top: 1.5em;
	padding-bottom: 0;
	background-color: #ffffff;
}

.page-template-page-contact .site-content { 
	
}

.site-content h3 {
	/*text-transform: uppercase;*/
}

.site-content p.subtitle { 
	font-weight: 400; 
	font-size: 20px; 
	line-height: 1.4; 
}

article.page,
article.post { 
	background-color: #ffffff;
	margin-bottom: 20px;
	position: relative;
}

.entry-image,
.featured-image {
	margin-bottom: 15px;
	position: relative;
}

.featured-image img {
	border: 1px solid #eeeeee;
}

.entry-image.bg-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 300px;
}

.entry-image-inside {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.45);
	width: 100%;
}

.entry-image-inside h1 {
	padding-left: 20px;
	padding-right: 20px;
}

.entry-header,
.entry-content,
.entry-footer {

}

.entry-footer {
	padding-bottom: 0;
}

.entry-footer .btn {
	margin-bottom: 0;
}

.post-meta { 
	font-size: 12px; 
	color: #cccccc;
	font-weight: 300; 
	margin-bottom: 10px; 
	margin-top: -10px; 
	letter-spacing: 1px; 
}

.entry-content ul,
.entry-content ol { 
	font-weight: 300;
	margin-bottom: 30px; 
	list-style-type: disc; 
	margin-left: 16px; 
}

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

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

.entry-content ul li,
.entry-content ol li { 
	margin-left: 20px; 
}

@media (min-width: 992px) {

	.site-content { 
		padding-top: 3em;
		padding-bottom: 0;
	}
	
	article.page,
	article.post { 
		margin-bottom: 40px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	gallery - portfolio - overview
/*-----------------------------------------------------------------------------------*/

.gallery { 
	width: 100%; 
	margin-top: 1em; 
	margin-bottom: 1em;  
}

.gallery figure { 
	margin: 0; 
	padding: 2px; 
}

.gallery .gallery-item { 
	width: 50%;
	float: left; 
}

.gallery .gallery-item .panel { 
	background-color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
}

.gallery .gallery-item img { 
	vertical-align: middle;  
}

.gallery .gallery-item h3 { 
	color: #111518; 
	font-weight: 500; 
	font-size: 17px; 
	margin-left: 20px; 
	margin-right: 20px; 
}

@media (min-width: 992px) {

	.gallery .gallery-item { 
		width: 25%; 
		float: left;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	gallery small - portfolio single
/*-----------------------------------------------------------------------------------*/

.gallery-small { 
	width: 100%;  
	overflow: hidden; 
	margin-top: 20px; 
}

.gallery-small .gallery-item { 
	width: 33.33333333%; 
	float: left;  
}

.gallery-small .gallery-item img,
.gallery-small .gallery-item a { 
	padding: 0; 
	margin-bottom: -6px; 
}

.relation-portfolio { 
	background-color: #f2f2f2; 
	margin-top: 3em; 
	padding-top: 30px; 
	padding-bottom: 30px; 
}

/*-----------------------------------------------------------------------------------*/
/*	Login
/*-----------------------------------------------------------------------------------*/

.status-login i {
	color: #7AC943;
	text-align: center;
	width: 15px;
	margin-right: 4px;
}

#secondary .status-login {
	font-size: 14px;
	color: #3a5779;
}

@media (min-width:992px) {
	
	#secondary .status-login {
		padding-left: 30px;
		margin-top: -10px;
		margin-bottom: 15px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Subpages panels
/*-----------------------------------------------------------------------------------*/

.subpages-panels  {
	padding-right: 20px;
	overflow: hidden;
	margin-bottom: 60px;
}

.subpages-panels li {
	font-weight: 300;
	font-size: 18px;
	font-size: 1rem;
	margin-bottom: 10px;
	width: 33.333%;
	float: left;
}

.subpages-panels li a {
	padding: 20px 10px 10px;
	display: block;
	margin-right: 10px;
	text-align: center;
	min-height: 140px;
	border: 1px solid #eeeeee;
}

.subpages-panels li a:hover {
	background-color: #fafafa;
}

.subpages-panels li a:before { 
	display: block; 
	-webkit-font-smoothing: antialiased; 
	font: normal 24px/1 'Font Awesome 5 Free'; 
	padding: 8px; 
	color: #ad3f80;
	text-align: center;
}

.subpages-panels li a:before { 
	content: '\f0f6'; 
}

.uebersicht {
	margin-left: 30px;
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Page - Mandantenbrief
/*-----------------------------------------------------------------------------------*/

ul.download-list,
ul.mandantenbrief {
	border-top: 1px solid #eeeeee;
	margin-top: 22px;
	list-style-type: none; 
	margin-left: 0;
}

ul.download-list {
	margin-top: -20px;
	margin-right: 0;
	font-weight: 300;
	margin-bottom: 60px;
}

ul.download-list li,
ul.mandantenbrief li {
	border-bottom: 1px solid #eeeeee;
	margin-left: 0;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.download-list li a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
} 

ul.mandantenbrief li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline-block;
} 

ul.download-list li:before,
ul.mandantenbrief li a:before { 
	content: "";
	position: absolute;
	left: 20px;
	width: 1.4em;
	height: 1.4em;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-image: url(../images/svg/file-list-line.svg);
}

.entry-content ul.download-list li:before { 
	left: 5px;
}

.entry-content ul.download-list {
	margin-top: 10px;
	margin-bottom: 30px;
}

.entry-content ul.download-list li:first-child {
	margin-top: 5px;
}

.entry-content ul.download-list li a {
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

@media (min-width: 992px) {

	ul.mandantenbrief,
	ul.download-list {
		margin-right: 20px;
	}
}

.page-template-page-secure .site-content .edit-link {
	margin-bottom: 30px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Page - Mandantenbrief rss
/*-----------------------------------------------------------------------------------*/

.page-template-page-rss ul.download-list {
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-page-rss .blitzlicht {
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	Page - Post Navigation
/*-----------------------------------------------------------------------------------*/

.comment-navigation,
.paging-navigation,
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, 
.paging-navigation .nav-previous, 
.post-navigation .nav-previous,
.comment-navigation .nav-next, 
.paging-navigation .nav-next, 
.post-navigation .nav-next {
    color: #252525;
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
    width: 20px;  
	height: 50px; 
	padding-top: 18px; 
	padding-bottom: 10px; 
}

.comment-navigation .nav-previous, 
.paging-navigation .nav-previous, 
.post-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next, 
.paging-navigation .nav-next, 
.post-navigation .nav-next {
    float: right;
}

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

#secondary .frame {
	background: #f3f3f3;
	padding: 15px;
}

#secondary .frame-rss {
	padding-bottom: 50px;
}

.rsswidget img {
	padding-top: 6px;
	margin-right: 6px;
}

#secondary .widget {
	margin-bottom: 15px;
}

#secondary .widget .widget-title,
#secondary .widget ul li {
	border-bottom: 1px solid #cccccc;
}

#secondary .widget ul {
	padding-top: 0;
	padding-bottom: 0;
}

#secondary .widget ul li {
	font-weight: 300;
	position: relative;
}

#secondary .widget ul li a {
	display: block;
	padding: 10px 10px 10px 15px;
}

#secondary .widget ul li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 0;
    position: absolute;
    top: 15px;
    left: 0;
    font-weight: 900;
	color: #adadad;
}

#secondary .widget h4,
#secondary .widget p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#secondary .widget h4 {
	margin: 0;
}

#secondary .widget .recentcomments a {
	display: inline-block;
}

/* Search form default */
#secondary .widget .search-form.search-icon {
	border: 1px solid #eee;
}

#secondary .widget .search-form.search-icon input {
	padding: 10px 10px 10px 30px;
	border: none;
	width: 80% !important;
	font-size: 13px;
	height: 50px
}

#secondary .widget .search-form.search-icon input.search-submit {
	border-radius: 0;
	width: 20% !important;
	height: 50px;
	border-left: 1px solid #eee; 
	float: right; 
	text-indent: -9999px;
	position: relative;
}

#secondary .widget .search-form.search-icon input.search-submit {
	background: #eee url('../images/svg/lupe.svg') no-repeat 50% 50%;
	background-size: 20px 20px;
}

/* Search form full */
.search-form input,
#secondary .widget .search-form input {
	border: none;
	width: 100%;
	line-height: 15px;
	padding: 12px 15px;
	border: 1px solid #eee;
	display: block;
}

.search-form input.search-submit,
#secondary .widget .search-form input.search-submit {
	width: 100%;
}

.search-form .btn-search,
#secondary .widget .search-form .btn-search {
	padding-top: 15px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Subpages
/*-----------------------------------------------------------------------------------*/

#secondary .subpages ul {
	font-weight: 400;
	font-size: 13px;
	padding-top: 0.67em;
}

#secondary .subpages ul li {
    transition: 0.5s;
	position: relative;
	padding-left: 30px;
    padding-right: 30px;
}

#secondary .subpages ul li a {
	color: #404040;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    display: block;
	letter-spacing: 0.5px;
}

#secondary .subpages ul li:first-child a {
    border-top: 1px solid #efefef;
}

#secondary .subpages ul li a:hover {
	color: #999999;
}

#secondary .subpages ul li.current_page_item a { 
	color: #2A3433;
	border-bottom: 1px solid #efefef;
}

@media (min-width:992px) {

	.page-template-page-contact #secondary {
		margin-top: 3em;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Subfooter
/*-----------------------------------------------------------------------------------*/

.site-subfooter {
	background-color: #ffffff;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 30px;
}

.site-subfooter .container {
	position: relative;	
}

.site-subfooter h4 { 
	margin-bottom: 10px; 
}

.site-subfooter h4 a { 
	color: #118677;
}

.site-subfooter h4 a:hover { 
	color: #7AC943;
}

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

.site-footer {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	border-top: 1px solid #eeeeee; 
}

.site-footer p {
	color: #999999;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.footer-navigation li {   
	letter-spacing: 1px;
	font-weight: 300;  
}

.footer-navigation a { 
	display: block;  
	line-height: 1.6em;
	color: #999999;
	font-size: 15px;
}

.footer-navigation a:hover { 
	color: #111111;
}

@media (min-width:992px) {

	.footer-navigation {
		display: block !important; 
		float: right; 
		width: 100%;
	}

	.footer-navigation ul { 
		float: right;  
	}
	
	.footer-navigation li { 
		display: inline-block; 
		position: relative;  
		letter-spacing: 1px; 
	}

	.footer-navigation a { 
		display: block;  
		padding-left: 1em;
		font-size: 15px;
		font-size: 0.9375rem; 		 
	}
	
	.footer-navigation ul li.current-menu-item a { 
		color: #2A3433; 
	}
	
	.site-footer p {
		text-align: left;
	}
	
	.site-footer ul {
		text-align: right;
	}
	
	.footer-navigation a { 
		font-size: 16px;
		font-size: 1rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Footer II center
/*-----------------------------------------------------------------------------------*/

.site-footer.footer-center {
	background-color: #ffffff;
	text-align: center; 
}

.site-footer.footer-center p {
	text-align: center; 
}

@media (min-width:992px) {

	.site-footer.footer-center .footer-navigation {
		display: block !important; 
		float: none; 
		width: 100%; 
	}

	.site-footer.footer-center .footer-navigation ul { 
		float: none; 
		text-align: center; 
	}
	
	.site-footer.footer-center .footer-navigation li { 
		display: inline-block; 
		position: relative;  
		letter-spacing: 1px;
		font-weight: 300;  
	}
	
	.site-footer.footer-center .footer-navigation a {   
		padding-left: 0.5em; 
		padding-right: 0.5em; 
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Page - Home
/*-----------------------------------------------------------------------------------*/

.subheader-slogan { 
	padding-top: 50px; 
	padding-bottom: 80px; 
}

.subheader-slogan h1,
.subheader-slogan p { 
	color: #ffffff; 
	text-align: center; 
}

.subheader-slogan h1 { 
	font-size: 50px; 
	line-height: 1.2; 
}

.subheader-slogan p { 
	font-size: 28px; 
	line-height: 1.4; 
}

.section-slogan {
	text-align: center; 
	padding-bottom: 40px; 
}

/* contact */

.home-contact { 
	padding-top: 30px;
	padding-bottom: 30px; 
	background-color: #f7f7f7;  
}

/* blog */

.home-blog { 
	padding-top: 40px;
	padding-bottom: 50px; 
	margin-bottom: 50px; 
	background-color: #f7f7f7;  
}

.home-blog .post-item .featured-image {
	margin-bottom: 0;
}

.home-blog article {
	padding-bottom: 60px;
	position: relative;
	background : #ffffff;
}

.home-blog .post-item-text,
.home-blog .post-item-btn {
	padding: 0 15px 0 15px;
}

.home-blog .post-item-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
}

.home-facet,
.home-gallery { 
	padding-top: 40px;
	padding-bottom: 40px; 
	margin-bottom: 50px;   
}

.home-gallery {
	background-color: #f7f7f7;
}

.home-facet h1,
.home-gallery h1 { 
	margin-top: 0;
	text-align: center;
}

.home-facet h2,
.home-gallery h2 { 
	margin-top: 0;   
}

/* flex - blog-home */
.home-blog .flex {
	justify-content: space-between;
}

.home-blog .flex .col-flex {
	width: 100%;
	background : #ffffff;
}

/* flex - facet */
.home-facet .flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
}

.home-facet .flex > div {
	flex-basis: 100%;
	padding: 30px; 
}

.home-facet .flex .flex-img {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: cover;
	min-height: 250px; 
}

/* flex - gallery */
.home-gallery .flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-gallery .flex > div {
	flex-basis: 49%;
	background : #ffffff;
	margin-bottom: 1.5%;
}

.home-gallery > div  h2,
.home-gallery > div  p {
	padding: 15px;
}

@media (min-width:992px) {

	.home-facet .flex > div {
		flex-basis: 50%;
	}
	
	.home-facet .flex .flex-img {
		min-height: 400px; 
	}
	
	.facet-02 .col-flex:nth-child(2) {
		-ms-flex-order: -1;
		order: -1;
	}

	.home-blog .flex .col-flex {
		flex-basis: 32%;
	}
	
	.home-gallery .flex > div {
		flex-basis: 24%;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Page - News
/*-----------------------------------------------------------------------------------*/

.container-news {
	max-width: 800px;
	margin: auto;
	padding: 100px 0 100px;  
}

.container-news .post {
	background-color: #ffffff; 
	margin-bottom: 4em; 
}

.post-header,
.post-content { 
	padding-right: 20px; 
	padding-left: 20px; 
}

.post-header { 
	padding-top: 20px;
}

.post-content { 
	padding-bottom: 40px; 
}

.post-header .date { 
	color: #999999;
	font-weight: 300; 
	letter-spacing: 1px; 
	margin-top: -20px; 
	margin-bottom: 1em; 
	font-size: 13px; 
}

.post-footer { 
	padding: 10px 40px; 
}

.post-footer a { 
	color: #ffffff; 
}

/* edit */
.cat-links,
.tags-links,
.edit-link { 
	font-size: 13px;
	font-weight: 300;
	margin-right: 10px; 
	letter-spacing: 1px;  
}

.edit-link a:before {
	content: '\f303';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 15px/1 'Font Awesome\ 5 Free';
    padding: 8px;
    font-weight: 900;
}

.site-header .edit-link { 
	position: absolute; 
	right: 10px; 
	top: 25px;
}

.site-subfooter .edit-link { 
	position: absolute; 
	right: 10px; 
	top: 25px;
}

.site-header .edit-link a { 
	color: #353738;
}

.site-footer .edit-link { 
	display: block; 
	float: left; 
}

.comment-metadata .edit-link { 
	display: block;  
}

/*-----------------------------------------------------------------------------------*/
/*	Page team (ACF)
/*-----------------------------------------------------------------------------------*/

.team-box { 
	text-align: center; 
}

.team-author span,
.team-author a  { 
	display: block; 
}

.team-pos { 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-weight: bold; 
}

.member img {
    margin: 0 auto 10px;
    max-width: 200px;
    width: 80%;
}

.member p {
	font-size: 15px; 
	line-height: 20px;
	padding: 0 30px;
}

.member .fa {
	color: #fff;
	background: #222;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 2px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.member .fa:hover {
	background: #ea474b;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*	Page team static
/*-----------------------------------------------------------------------------------*/

.team-section .section-inner {
	padding-bottom: 25px;
}

.team-item {
	text-align: center;
	margin-bottom: 50px;
}

.team-item img {
	margin-bottom: 20px;
	display: inline-block;
}

.team-item h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.team-item p {
	font-size: 14px;
	color: #888888;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
}

.team-social {
	margin-top: 20px;
	display: inline-block;
}

.team-social li {
	margin-right: 15px;
	float: left;
	line-height: 0;
}

.team-social li:last-child {
	margin-right: 0;
}

.team-social li a {
	font-size: 15px;
	color: #111111;
}

.team-social li a:hover {
	color: #888888;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h2 {
	font-size: 27px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.section-title p {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.5px;
	text-align: center;
}

.section-title:after {
	width: 40px;
	height: 1px;
	display: block;
	background-color: #111111;
	content: "";
	margin: 15px auto 0;
}

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

*:focus {
    outline: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0; 
	vertical-align: baseline;
}

input,
textarea {
	font-size: 16px;
	font-size: 1rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #118677;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button; 
	padding: 12px 25px;
	text-shadow: none;
	text-transform: uppercase; 
	vertical-align: middle;
	transition: 0.5s; 
}

.post-password-form input[type="submit"] {
	border: none;
	padding: 10px 25px;
	vertical-align: top;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #7AC943;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield; 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        transition: 0.5s;
}

input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #eee;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	background-color: #ffffff;
}

textarea {
	overflow: auto; 
	padding-left: 8px;
	vertical-align: top;
	width: 100%;
	background-color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*	WP - Error 404
/*-----------------------------------------------------------------------------------*/

.error404 {
	text-align: center;
}

.error404 .icon-error i {
	margin-bottom: 20px;
	font-size: 70px;
}

/* Search results */

.error404 .search-form input.search-field {
	vertical-align: middle; 
}

.search .no-results h4.widget-title { 
	display: none; 
}

.search .search-form input:active,
.search .search-form input:focus {
	outline: none;
}

@media (min-width: 992px) {

	h1.bigger {
		font-weight: 700;
		font-size: 80px;
		line-height: 1;
		text-align: center;
	}
	
	.error404 .icon-error i {
		margin-bottom: 40px;
		font-size: 150px;
		color: #f3f6f9;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	WP - Plugin wpcf
/*-----------------------------------------------------------------------------------*/

.wpcf7-form {
	background: #f3f3f3;
    padding: 15px;	
}

.wpcf7-form label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1px;
	color: #909090;
}

.wpcf7-form .wpcf-field { 
	margin-bottom: 15px;	 
}

.wpcf7-form .wpcf-field label { 
	display: block; 
}

.wpcf7-form .wpcf7-form-control-wrap input { 
	width: 100%; 
	margin-right: 1%;  
}

.wpcf7-form p {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0;
}

.wpcf7-form .wpcf-field-acceptance p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 18px;
	text-align: left;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"],
.wpcf7-form .wpcf7-form-control-wrap input[type="radio"] {
    width: 20px;
}

.wpcf7-form .wpcf7-submit { 
	margin-top: 20px; 
	margin-bottom: 10px; 
}

.wpcf7-form .wpcf-field-acceptance span.wpcf7-list-item {
    display: inline-block;
    margin: 0 5px 0 0;
}

@media (min-width: 992px) {

	.wpcf7-form .your-vorname input,
	.wpcf7-form .your-name input,
	.wpcf7-form .tel-234 input,
	.wpcf7-form .your-email input,
	.wpcf7-form .your-subject input { 
		width: 70%; 
	}

	.wpcf7-form .text-plz input,
	.wpcf7-form .nr input { 
		width: 12%; 
	}

	.wpcf7-form .ort input,
	.wpcf7-form .text-strasse input { 
		width: 48%; 
	}

	.wpcf7-form .your-message textarea { 
		height: 180px; 
	}
}

/* Error */
div.wpcf7-mail-sent-ok, 
div.wpcf7-mail-sent-ng, 
div.wpcf7-spam-blocked, 
div.wpcf7-validation-errors, 
span.wpcf7-not-valid-tip {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
}

div.wpcf7-validation-errors {
    background-color: #f7e700;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

@media (max-width: 991px) {

	.wpcf7-form .wpcf7-form-control-wrap input { 
		margin-bottom: 10px; 
	}
}

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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments input {
	width: 100%;
}

#comments {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

#comments img.avatar {
	border-radius: 100px;
}

.comment-form-author, 
.comment-form-email, 
.comment-form-url {
    float: left;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
}

.comment-form-author, .comment-form-email {
    padding-right: 0.5em;
}

.form-allowed-tags {
    display: none;
}

#reply-title {
    font-size: 15px;
    font-weight: 300; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
}

.comment-form-comment {
    font-size: 15px;
    font-weight: 300;
}

.comment-notes {
    font-size: 13px;
    font-style: italic;
}

#comments {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

#commentform {
	margin-bottom: 40px;
}

h2.comments-title {
    font-size: 20px;
}

ol.comment-list {
    border-bottom: 1px dotted #999;
    list-style: none outside none;
    margin: 0 0 30px;
    padding-bottom: 30px;
}

li.comment article {
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 3px;
    margin-bottom: 8px;
    overflow: auto;
    padding: 15px;
}

footer.comment-meta {
    text-align: left;
    width: 100%;
	padding-bottom: 15px;
}

div.comment-author {
    font-size: 16px;
}

div.comment-author img {
    display: block;
    margin: 0 auto;
}

div.comment-content {
    font-size: 16px;
    width: 100%;
}

.comment-metadata {
    font-size: 13px;
}

span.comments-link { 
	margin-right: 10px; 
}

div.reply {
    display: block;
    font-size: 13px;
    overflow: auto;
    text-align: right;
    width: 100%;
}

@media (min-width: 992px) {
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
    	width: 33.2833%;
	}
	
	div.comment-author,
	.comment-metadata {
		padding-right: 15px;
		padding-left: 15px;
	} 
	
	footer.comment-meta {
    	float: left;
    	width: 30%;
	}
	
	div.comment-content {
    	float: right;
	    width: 70%;
	}
	
	div.reply {
    	text-align: left;
    	padding-left: 30%;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Table
/*-----------------------------------------------------------------------------------*/

table {
  	border-collapse: collapse;
  	background-color: transparent;
  	width: 100%;
  	max-width: 100%;
  	margin-bottom: 2rem;
  	padding: 0.5rem;
  	vertical-align: top;
  	border-top: 1px solid #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-bottom: 24px; 
	margin-top: 0;
}

table th,
table td {
  	padding: 0.5rem;
  	vertical-align: top;
  	border: 1px solid #eee !important;
}

table td.h {
	width: 20%;
}

/*-----------------------------------------------------------------------------------*/
/*	WP - Captions
/*-----------------------------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	text-transform: uppercase;
	color: #ddd;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	font-size: 12px;
	color: #909090;
	font-weight: 300;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 12px;
	letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*	WP - Alignments
/*-----------------------------------------------------------------------------------*/

.pull-left,
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.pull-right,
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Buttons by med
/*-----------------------------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
.btn a,
button.btn a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.btn { 
	background: #118677;
	display: inline-block;
}

.btn,
button.btn  { 
	text-transform: uppercase; 
	font-size: 11px;  
	letter-spacing: 1.5px; 
	padding: 10px 25px; 
	margin-bottom: 20px;
    border: none;
}

a.btn,
.btn a,
button.btn a { 
	color: #fff;
	transition: 0.5s;  
}

.btn:hover,
.btn:focus,
.btn:active {
	background: #7AC943;
}

button.btn-clear a,
a.btn-clear {  
	background-color: #ffffff;
	color: #111111;
    border: 1px solid #111111;	  
}

.btn-clear:hover,
.btn-clear:focus,
.btn-clear:active {  
	background: rgba(0,0,0,.05);  
}

.btn-center {
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	Magnific popup modal
/*-----------------------------------------------------------------------------------*/

.white-popup {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 500px;
	margin: 20px auto; 
	padding-bottom: 10px; 
}

.white-popup h3,
.white-popup p { 
	padding: 10px 20px; 
}

.white-popup h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300; 
	background-color: #e9766f; 
	margin-bottom: 0;
	color: #ffffff;	
}

.white-popup p { 
	font-size: 14px; 
	line-height: 1.5em; 
}

/*-----------------------------------------------------------------------------------*/
/*	Screenreader
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*-----------------------------------------------------------------------------------*/
/*	Scroll to top
/*-----------------------------------------------------------------------------------*/

#scroll-top:hover {
	background: none repeat scroll 0 0 #111111;
}

#scroll-top {
	display: none;
	background-color: rgba(0,0,0,0.3);
	bottom: 3.5em;
	color: #fff;
	font-size: 12px;
	padding: 0.5em 1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
	transition: background 0.5s ease-in 0s;
	z-index: 200
}

#scroll-top a {
	color: #ffffff;
}

/*////////////////////////////////////////////////////////////////////////////////////
  
    Media Query
  
/////////////////////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px) {

	.hidden-xs {
		display: none !important
	}
	
	.visible-xs-block {
		display: block !important
	}
}