/*
	Theme Name: NaturThermeTemplin
	Theme URI: http://ntt.suralin.de/
	Description: clean responsive design
	Author: suralin
	Author URI: http://www.suralin.de/
	Template: genesis
	Version: 1.5

	Tags: green, blue, black, white, one-column, two-columns, responsive-layout, custom-menu

	Template Version: 2.1

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

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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.footer-blocks:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	background-color: #eee; 
	background-color: #ddd;
	background-color: #Dfe5Df;
	background-color: #Dfe9Df;
	color: #333;
/*	font-family: 'Sorts Mill Goudy', sans-serif;
	font-family: 'Ubuntu', sans-serif;
    font-family: "Ek Mukta", sans-serif;
    font-family: 'Lato', sans-serif; */ /* 400 18px */ 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-size: 17px;
	font-weight: 400;
	font-weight: 300;
/*	font-weight: 200; */
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.ntt-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #01378C;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 30px;
	margin: 0 0 20px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 32px;
	margin-bottom: 30px;
	word-wrap: break-word;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}

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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #aaa;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #aaa;
	font-weight: 400;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #f04848;
	background-color: #3b7b3d;
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
	background: transparent;
	clear: both;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
	border: 3px solid #fff;
	color: #fff !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
	background-color: #fff;
	color: #000 !important;

	text-shadow: none;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #fff !important;
	color: #000 !important;
}

.footer-blocks section.simple-social-icons {
	margin-top: 40px;
}


.footer-blocks section.widget_text:nth-child(2) {
	margin-top: 40px;
}

.home-even a.button {
	border: 3px solid #000;
	color: #000;
}

.home-even a.button:hover {
	background-color: #000;
	color: #fff;
}

:target:before {
  content:"";
  display:block;
  height:110px; /* fixed header height*/
  margin:-110px 0 0; /* negative fixed header height */
}

table h3 a:before {
  content:"";
  display:block;
  height:110px; /* fixed header height*/
  margin:-110px 0 0; /* negative fixed header height */
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
/*	margin-bottom: 40px; */
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td, th {
/* 	border-top: 1px solid #dedede; */
	padding: 6px 0;
	padding: 10px;
}
.content table {
	max-width: 100%;
}
.content table th h3, .content table td h3 {
	margin: 0;
	line-height: 1.5;
}
th.nowrap h3 {
	white-space: pre-wrap;
}
th {
	font-weight: 700;
}
.content table tr th:first {
	margin-left: 0;
	border-spacing-left: 0px;
}

.content table {
	border-spacing: 3px;
    border-collapse: separate;
}
.content table th {
	background-color: #ccc;
	background-color: rgba(59, 123, 61, 0.3);
}
.content table td {
/*	padding: 5px; */

	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.5);
	background-color: #f9f9f9;
	background-color: #f6f6f6;
	background-color: #f1f1f1;
	background-color: #e9e9e9;
/*	text-align: left; */
}
.content table tr:hover td {
	background-color: rgba(248, 248, 248, 0.5);
	background-color: #e9e9e9;
	background-color: #e3e3e3;
}
table h3 {
	font-size: 18px;
}
table h5 { margin-bottom: 0; }
/*
table h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
*/
.content table td {
	text-align: justify;
}
.content table td label {
	display: block;
}

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

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

.site-inner, .wrap, .blog-menu, .blog .footer-widgets, .blog .footer-blocks, .blog header {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner .wrap .widget_text {
	margin: 0 auto;
	width: 98%;
	max-width: 800px;
}

.header .wrap {
	height: 70px; 
}

.site-inner {
	clear: both;
	margin-top: 170px;

	margin-top: 130px;
	margin-top: 0;
	margin-top: 120px;
/*	margin-top: 50px; */
}
/*
body.toppic .site-inner {
	margin-top: -150px;
}*/
body.toppic:not(.is-bare) .site-inner {
    margin-top: -150px;
}
body.toppic.ntt-landing:not(.is-bare) .site-inner {
	margin-top: -300px;
}

.site-container {
/*
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	-moz-background-size:    auto;
	background-size: contain;
	background-image: url("/uploads/therme-innenraum-w.jpg");
	background-image: url("/uploads/frau.jpg"); */
/*	background-color: #eee; */

}

.ntt-home .site-inner {
	margin-top: 70px;
	max-width: 100%;
}

.ntt-landing:not(.is-bare) .site-inner {
	margin-top: 42px;
}

.ntt-landing #headpic {
	margin-top: 0;
}

.blog .site-inner {
	padding-top: 50px;
	margin-top: 0;
	margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.6);
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
	width: 30.73589744%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

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

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 20px 24px 0;
}


.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	margin-bottom: 60px;
	padding-bottom: 10px;
	color: #888;
	clear: both;
}
.blog .breadcrumb {
	margin-bottom: 0;
}

.ntt-green .breadcrumb a {
	color: #666;
	text-decoration: underline;
}
.ntt-green .breadcrumb a:hover {
	color: #888;
	text-decoration: none;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Newsletter Sub Box */
.newsletterbox {
	padding: 25px;
	color: #fff;
	background-color: #C11A00;
	background-color: #c9541f;
	background-color: #183884;
}
.blog .newsletterbox {
	background-color: #3b7b3d;	
}

.newsletterbox h3 {
	font-weight: bold;
}
.newsletterbox p {
	margin-bottom: 1em;
}
.newsletterbox h3, .newsletterbox a {
	color: #fff;
}
.newsletterbox a {
	text-decoration: underline;
}
.newsletterbox a:hover {
	text-decoration: none;
}
.newsletterbox input[type="text"] {
	color: #999;
	max-width: 75%;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}
.newsletterbox input[type="submit"] {
	font-weight: bold;
	width: auto;
	vertical-align: top;
/*  background-color: #183884; */
	background-color: #183884; 
	background-color: #fff;
	color: #666;
	font-size: 18px;
	padding: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 3px solid #fff;
}
.newsletterbox input:hover[type="submit"] {
	background-color: #c0d7f0;
	background-color: #fff;
	background-color: transparent;
	color: #666;
	color: #fff;
	border: 3px solid #fff;
}
.newsletterbox p.subscript {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 0;
	color: #eee;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .widget_search {
	display: none;
}

.site-header .search-form {
/*	display: none; */
	float: right;
	margin-top: 4px;
}

.site-header .widget_search .widgettitle {
	display: none;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

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

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 34px;
	font-size: 32px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #f04848;
}

/* search result styles */
body.search .entry-title {
	font-size: 22px;
}
body.search .entry-header, body.search .entry {
	margin-bottom: 0;
}
body.search .entry-header {
	background-color: rgba(255, 255, 255, 0.6);
	background-color: #fff;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-top: 25px;
}
body.search .entry-content {
	padding-top: 5px;
	padding-bottom: 10px;
}
body.search .entry-content p {
	font-size: 90%;
}
body.search .entry-content img {
	width: 120px;
	height: auto;
}
body.search article:first-of-type .entry-header {
	padding-top: 25px;
}
body.search article:last-of-type .entry-content {
	padding-bottom: 25px;
}
body.search .entry-meta {
	display: none;
}


.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 48px;
}

.home-even .widget-title,
.home-odd .widget-title {
	font-size: 72px;
/*	margin-bottom: 40px; */
}

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

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

.wp-caption-text {
	font-size: 13px;
	line-height: 1.2;
	color: #555;
/*	text-align: left; */
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.sticky {
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

blockquote.testimonials-text {
	color: #555;
	font-weight: bold;
	font-size: 80%;
	padding-bottom: 0;
	margin-bottom: 20px;
	position: relative;
}

/*
blockquote.testimonials-text::before {
    color: #999;
}
*/
blockquote.testimonials-text::before {
/*    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
   top: -10px; */
}
.testimonials blockquote::before {
    content: "\201C";
    display: block;
    color: #34393e;
    color: #bcb;
    font-family: Georgia, serif;
    font-size: 60px;
    height: 0;
    left: -35px;
    position: absolute;
    top: -25px;
}
.testimonials blockquote::after {
    bottom: 35px;
    color: #34393e;
    color: #bcb;
    content: "\201D";
    display: block;
    font-family: Georgia, serif;
    font-size: 60px;
    height: 0;
    position: absolute;
    right: -35px;
}

.testimonials-list cite.author {
	color: #999;
	font-size: 80%;
}
.widget_woothemes_testimonials {
	max-width: 650px;
	margin: 0 auto;
}
div.slick-list {
	min-height: 400px;
}

.testimonials-list .first {
	clear: none;
}

.testimonials-list .quote .avatar {
	margin-left: 30px;
	border-radius: 50%;
	float: none;
	margin: 0 auto;
}
.testimonials-list .quote:focus {
	border: none;
	outline: none;
}
.widget_woothemes_testimonials h4 {
	margin-bottom: 0;
}


/* Simple Social Icons
--------------------------------------------- */

.ntt-home .content .simple-social-icons {
	margin-top: 40px;
}

.ntt-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.ntt-home .content .simple-social-icons ul li a,
.ntt-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #000;

	background-color: #01378C; /* blue */

	background-color: rgba(59, 123, 61, 0.8);
/*
	background-color: #3b7b3d;
	background-color: rgba(256, 256, 256, 0.8);
	background-color: #fff;
*/
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #eee;

	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;

	z-index: 999;

	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.1);

    -webkit-box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.4 );
    -moz-box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.4 );
    box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.4 );
}

.admin-bar .site-header {
	top: 32px;
}

/* alternate site header  */
.blog .site-header {
	background-color: #fff;
	height: 169px;
	overflow: auto;
	margin: auto;
	position: static;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

.title-area {
	float: left;
	padding: 25px 0;
	width: 360px; 

    width: 300px;
    position: absolute;
    display: block;

    background-color: yellow;
    background-color: rgba( 256, 256, 256, 0.6 );
    background-color: rgba( 0, 0, 0, 0.3 );
    background-color: #eee;
    background-color: #fff;
    height: 98px;

	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.4 );
    -moz-box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.4 );
    box-shadow: 0px 8px 10px -8px rgba( 50, 50, 50, 0.4 );	
}

.blog .title-area {
	position: static;
	float: none;
	margin: 0 auto;
	padding: 45px 0;

		box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.ntt-landing .title-area {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.6 );
    -moz-box-shadow: 0 5px 10px -2px rgba( 50, 50, 50, 0.6 );
    box-shadow: 0px 8px 10px -8px rgba( 50, 50, 50, 0.6 );	
}

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

.site-title {
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;

/*	height: 70px; */
	min-width: 176px;  
	margin-right: 20px;
	float: left;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

/*.header-image .title-area { */
.title-area {
	padding: 0;
	padding-top: 15px;
	
/*	border: 1px solid #ddd; */
/*	border-top: none; */
}

/*.header-image .site-title > a { */
.site-title > a {
	background-size: contain !important;
	display: block;
	height: 70px;
	text-indent: -9999px;
	max-width: 360px;

	max-width: 176px;
}

.site-description {
	float: left;
	display: block;
/*	height: 0; */
	margin-bottom: 0;
/*	text-indent: -9999px; */
}

.title-area p.description {
	margin-top: 12px;
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 700;
	color: #3b7b3d;

	background: transparent url('images/logoline.png') no-repeat 185px top;
}

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

.site-header .widget-area {
	float: right;
/*	text-align: right; */
	width: 740px;
	width: 767px;
	width: 776px;
	width: 710px;
	width: 750px;
	width: 760px;

/*	width: 900px; */ /* 924 */
}

.site-header .widget-area,
.site-header .widget-area a,
.site-header .widget-area h4 {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #f04848;
}

.site-header .textwidget {
	margin-top: 27px;
	margin-top: 8px;
	margin-top: 5px;
	line-height: 1.75;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	letter-spacing: 0px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: Montserrat, sans-serif;
	padding: 27px 20px;
	padding: 27px 10px;
	padding: 12px 10px;
	padding: 11px 7px;
	padding: 11px 6px;

/* border: 1px solid #eee; */
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	margin-top: 15px;
}

nav.nav-header .genesis-nav-menu > .menu-item > a {
	background-color: #438b37;
	background-color: #eee;

	border: 1px solid #3b7b3d;
	border-radius: 1px;
 }

nav.nav-header .genesis-nav-menu > .menu-item > a:hover {
	background-color: #438b37;
	color: #fff;
	color: #333;
	border: 1px solid #fff;
}

nav.nav-header .genesis-nav-menu > li.cat0 a:hover {
	background-color: #c0d7f0;
	background-color: #183884;
	background-color: #3b7b3d;
	color: #fff;
}

nav.nav-header .genesis-nav-menu > li.cat0 .sub-menu a {
	border: 1px solid #fff;
	border-top: 1px solid #ddd;
}
nav.nav-header .genesis-nav-menu > li.cat0 .sub-menu a:hover {
	border: 1px solid #fff;
}

nav.nav-header .genesis-nav-menu > li.cat1 a:hover {
	background-color: #f9e8cd;
	background-color: #c9541f;
	color: #fff;
}
nav.nav-header .genesis-nav-menu > li.cat2 a:hover {
	background-color: #e2f0d4;
	background-color: #e2f0d4;
	color: #fff;
}

nav.nav-header .genesis-nav-menu > li.cat0 > a {
	background-color: #c0d7f0;
	background-color: #fff;
}
nav.nav-header .genesis-nav-menu > li.cat1 > a {
	background-color: #f9e8cd;
}
nav.nav-header .genesis-nav-menu > li.cat2 > a {
	background-color: #e2f0d4;
}

/**/

nav.nav-header .genesis-nav-menu > li.cat4 a {
/*	border: 1px solid #3b7b3d; */
	background-color: #438b37;
	background-color: #3b7b3d;
	color: #fff;
/*	background-color: #f9e8cd; */
	background-color: #e2f0d4;
/*	color: #183884; */
	background-color: transparent;
	background-color: rgba(24, 56, 132, 0.7);
	border: 1px solid #fff;
}
nav.nav-header .genesis-nav-menu > li.cat4 a:hover {
	background-color: #e2f0d4;
	color: #333;
}

nav.nav-header .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;
	
	width: 250px;
	z-index: 99;
}

nav.nav-header .genesis-nav-menu .sub-menu a {
	padding: 20px;
	padding: 18px;
	position: relative;
	width: 200px;

	width: 250px;
/*	border-top: none; */
/*	border: none; */
}
nav.nav-header .genesis-nav-menu .sub-menu li:first-child a {
/* border-top: 1px solid #eee; */
}
nav.nav-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #eee;
	background-color: #438b37;
	color: #fff;
 	border-top: 1px solid #fff;
/* 	border-top: none; */
}

nav.nav-header .genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;

	margin: -54px 0 0 249px;
}

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

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

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

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

nav.nav-header .genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

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

nav.nav-header .genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

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

.site-header .sub-menu {
	background-color: #000;
	background-color: #fff;
}

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

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #000;
}

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

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	color: #000;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

.blog .responsive-menu-icon {
	margin-bottom: 0px;
	padding-top: 6px;
	padding-left: 8px;
}

.blog .responsive-menu-icon::before {
	color: #fff;
	font: normal 28px/1 'dashicons';
	margin: 0px auto;
}

/* Blog Menu  */

.blog-menu {
		background-color: #3b7b3d;
		color: #fff;
}

/* background */
body #background {
    width: 100%;
    height: 0;
    z-index: -6!important;
}
@media screen and (min-width: 590px) {
#background>.before {
    top: 750px;
}
}
#background>.before {
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    background-color: #EEE;
    top: 250px;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
	clear: both;
	font-size: 28px;
	overflow: hidden;
	padding: 190px 0 200px;
	text-align: center;
}

.home-even .widget,
.home-odd .widget {
	margin-bottom: 40px;
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
	color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
	color: #f04848;
}

.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-even {
	background-color: #fff;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.home-section-2 {
	padding-top: 100px;
	padding-bottom: 100px;

	background-color: #598432;
	background-color: #3b7b3d;
	background-color: #e2f0d4;
	background-color: #fff;
	background-color: #Dfe9Df;

/*	background-image: url('/uploads/ntt-logo-smooth-g.png');
    background-repeat: no-repeat;
    background-position: center;
	color: #fff; */
}
.home-section-2 .wrap {
	max-width: 1000px;
}

.home-section-2 section.widget_news {
	background-color: #fff;
}

.home-section-2 h4.widgettitle {
	color: #ac8;
	color: #3b7b3d;
	font-size: 42px;
	margin-top: 40px;
}

.home-section-1 div.widget_text, .home-section-3 .widget_text, .home-section-5 .widget_text {
/*.home-odd  #text-2, .home-odd #text-3, .home-odd #text-4, .home-odd #text-5, .home-odd #text-6 { */
	background-color: rgba(256,256,256,0.3);
	background-color: rgba(255,255,255,0.4);
	padding-top: 30px;
	padding-bottom: 30px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-weight: bold;
}

.home-section-1 div.widget_text {
	background-color: rgba(256,256,256,0.4);
	background-color: rgba(0,0,0,0.3);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-weight: bold;
}

.home-section-1 div.widget_text a {
	color: #fff;
	text-decoration: underline;
}

.home-odd.home-section-1 .widget-title {
	font-size: 52px;
}

/*
.home-section-1 .widget_text {
	background-color: rgba(24,56,132,0.5);
}
.home-section-3 .widget_text {
	background-color: rgba(201,84,31,0.5);
}
.home-section-5 .widget_text {
	background-color: rgba(59,123,61,0.5);
}
*/
div.newsentry {
	margin: 0 auto;
	padding-left: 15%;
	padding-right: 15%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;

	font-size: 90%;

	margin-bottom: 1.5em;

/*	background: transparent url('images/ntt-logo-mini.png') no-repeat center bottom;
	padding-bottom: 70px; */

	padding-bottom: 40px;

/*	font-size: 13px; */
}
div.newsentry .date {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #888;
/*	font-size: 13px; */
}
div.newsentry img.wp-post-image {
	float: right;
}
div.newsentry a:hover {
	text-decoration: underline;
}

body.home div.newsentry h2 { clear: both; }

.content ul {
	padding-left: 40px;
	margin-bottom: 30px;
}
.content ul li {
	list-style-type: disc;
/*	padding-left: 40px; */
}


.home-section-4 {
/*	padding-top: 100px;
	padding-bottom: 150px; */
	padding-top: 150px;
	padding-bottom: 150px;
	padding-top: 60px;
	padding-bottom: 20px;

	background-color: #598432;
	background-color: #3b7b3d;
	background-color: #e2f0d4;
	background-color: #fff;
	background-color: #Dfe9Df;

	background-image: url('/uploads/ntt-logo-smooth-b.png');
	background-image: url('/uploads/ntt-logo-smooth-hg.png');

    background-repeat: no-repeat;
    background-position: center;
/*	color: #fff; */
}
body.ntt-pl .home-section-4, body.ntt-en .home-section-4 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.home-section-4 h4.widgettitle {
	font-size: 39px;

	color: #ac8;
	font-size: 42px;
}
.wunderslider .pane .caption-content .description {
	display: none;
}

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

.pricing-table {
	font-size: 22px;
	line-height: 1;
}

.pricing-table h4 {
	border-bottom: 2px solid #000;
	color: #000;
	margin: -40px -40px 40px;
	padding: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px -2px;
	padding: 40px;
	width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0;
}

.pricing-table ul li::before {
	content: "\f139";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.pricing-table ul li {
	border-bottom: 1px dotted #ddd;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pricing-table a.button {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
}

.pricing-table a.button:hover {
	background-color: #f04848;
	border: 3px solid #f04848;
	color: #fff !important;
}

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

.content {
	float: left;
	width: 700px;
	width: 730px;
	margin-left: 25px;

/* 	background-color: rgba(0,0,0,0.6); */
}

.home .content {
	margin-left: 0;
}
.blog .content {
	margin-bottom: 30px;
}

.content .entry-content {
	background-color: #fff;

	padding: 25px;
}
.content .entry-content p {
	color: #333;
/*	text-align: justify; */
}
.content .entry-content .newsletterbox p {
    color: #fff;
    /* text-align: justify; */
}

/*
.content .entry-content p.warn, .content .entry-content label.warn {
	color: #f00;
}
*/
.content .entry-content .warn {
	color: #f00;
}
.content .entry-content label.warn {
	font-weight: bold;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.ntt-home .content {
	padding: 0;
}

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

.entry {
	margin-bottom: 40px;
}

.sidebar .entry {
	margin-bottom: 40px;
}

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

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.entry-content ol.cond {
	clear: both;
}
.entry-content ol.cond > li {
	font-family: Montserrat, sans-serif;
	list-style-type: decimal;
	font-size: 21px;
	margin-bottom: 20px;
}
.entry-content ol.cond > li > p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
}
.entry-content ol.cond > li > p > label {
	font-size: 17px;
}
.entry-content ol.cond > li > h4 {
	margin-bottom: 10px;
}

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

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

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

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content {
/*	background: transparent url('images/ntt-logo-mini-g.png') no-repeat right 25px; */
/*	background: transparent url('images/ntt-logo-mini.png') no-repeat right 0px; */
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;

	font-size: 15px;
	color: #666;
/*	text-align: right; */
}

.entry-header {
 	padding: 25px;
/*	text-align: center; */
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
}
.entry-header h2, .entry-header h1 {
/*	padding-right: 40px; */
	margin-bottom: 0;
	color: #183884;
	color: #3b7b3d;
	font-weight: bold;
}

.entry-header::after {
/*	border-bottom: 1px solid #666;
	content: "";
	display: block;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	width: 33%; */
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
/*	border-top: 1px solid #ccc; */
	padding: 40px 0;
	padding-top: 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

a.teaser {
	margin-bottom: 20px;
	padding-bottom: 0;
	position: relative;
	max-width: 48%;
	display: block;
	float: left;
	line-height: 1%;
	overflow: hidden;
}
a.teaser img {
	margin: 0;
	padding: 0;
}

a.teaser:nth-child(odd) {
	margin-left: 3%;
}
a.teaser:nth-child(odd):after {
	clear: both;
}
a.teaser .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(59, 123, 61, 0.7);
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	max-width: 90%;
}
a.teaser:hover .desc {
	text-decoration: underline
}

a.teaser:hover {
/*    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    transition: transform .2s; */
}
a.teaser:hover img {
	transform: scale(1.1);
    transition: transform .2s;
}
.readon span.widget-title {
	color: #3b7b3d;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
}
.blog .readon {
/*	max-width: 90%; */
/* 	margin-left: 25px; */
}

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

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f04848;
	color: #fff;
}

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

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

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

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	float: right;
	width: 360px;

	background-color: rgba(255, 255, 255, 0.6);
	padding: 30px;
	margin-bottom: 30px;
}

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

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

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

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

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


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

.footer-widgets {
	background-color: #f04848;
	clear: both;
	font-size: 24px;
	padding: 50px 0;
	text-align: center;
}

.footer-widgets,
.footer-widgets a:hover {
	color: #fff !important;
}

.footer-widgets a {
	color: #000 !important;
}

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

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widget {
/*	background-color: #fff; */
/*	font-size: 24px; */
	text-align: center;
}

.footer-blocks {
	margin: 0 auto;
	text-align: center;
	background-color: #Dfe9Df;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-blocks .footer-wrap {
	max-width: 90%;
}
.footer-blocks .widget-title {
	color: #9b9;
}
.footer-blocks .banner {
	font-size: 13px;
	float: left;
	margin-left: 2%;
	width: 130px;
	max-width: 46%;
	max-width: 46%;
}
.footer-wrap .footer-widget:nth-child(3) .textwidget {
	max-width: 270px;
	margin: 0 auto;
}

/*
.footer-blocks .banner:nth-child(1) {
	text-align: right;
}
.footer-blocks .banner:nth-child(2) {
	text-align: left;
}
*/

.footer-blocks .widget_search {
	margin-bottom: 20px;
}
.footer-blocks .widget_search input {
	color: #666;
}

.footer-blocks .banner img {
	border: 1px solid #ddd;
	background-color: #fff;
}
.footer-blocks .banner a:hover img {
	border: 1px solid #ccc;
}


.footer-blocks .widget-wrap {
	background-color: transparent;
}

.footer-blocks .menu-beliebteseiten-container, .footer-blocks .menu {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
/*	text-align: left; */
}
.footer-blocks .menu-beliebteseiten-container a, .footer-blocks .menu a  {
	padding: 8px 5px;
	color: #aaa;
	color: #3b7b3d;
	display: block;
	text-decoration: underline;
}

.footer-blocks .menu-beliebteseiten-container a:hover, .footer-blocks .menu a:hover {
	color: #888;
	background-color: #F7F9F7;
	text-decoration: none;
} 

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

.site-footer {
	background-color: #000;
	background-color: #fff;
	padding: 82px 0;
	padding-top: 0px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #999;
}

.site-footer a:hover {
	color: #f04848;
}

.site-footer p {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

a:hover,
.entry-title a {
	color: #000;
}

.ntt-green .entry-content h2 { 
	color: #01378C;
	color: #c9541f;
	color: #3b7b3d;
/*	font-weight: 700; */
}
.ntt-green .entry-content h1 { 
	color: #01378C;
	color: #3b7b3d;
	font-weight: 700;
}
.ntt-green .entry-title a {
	color: #c9541f;
	color: #01378C;
}
.ntt-green .entry-content a {
	text-decoration: underline;
}
.ntt-green .entry-content a:hover {
	text-decoration: none;
}

.ntt-green .button,
.ntt-green .button:hover,
.ntt-green .genesis-nav-menu a,
.ntt-green .home-odd a:hover {
	color: #fff;
	color: #222;
	color: #3b7b3d;
}
.ntt-green .site-footer a {
	color: #999;
}

.ntt-green .entry-title a:hover,
/* .ntt-green .genesis-nav-menu a:hover, 
.ntt-green .genesis-nav-menu .current-menu-item > a, */
.ntt-green .genesis-nav-menu .sub-menu a:hover,
.ntt-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.ntt-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.ntt-green .home-odd .featured-content .entry-title a:hover,
.ntt-green .site-header .widget-area a:hover {
	color: #44ace8;
	color: #01378C;
}
.ntt-green .genesis-nav-menu .sub-menu a:hover,
.ntt-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
/*	color: #555; */
}
.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a:hover {
	color: #1b51a6;
}
.site-footer a:hover {
	color: #44ace8;
}


.blog .blog-menu .genesis-nav-menu > .menu-item > a {
	color: #fff;
	font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding: 10px;
}
.blog .blog-menu .genesis-nav-menu > .menu-item > a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	text-decoration: underline;
}

.blog footer .genesis-nav-menu > .menu-item > a {
	color: #999;
}

.blog .genesis-nav-menu > .menu-item:first-child {
  margin-left: 10px;
}

.blog .sidebar section.featuredpost header {
	padding: 0;
}
.blog .sidebar section.featuredpost article {
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.blog .sidebar section.featuredpost h2.entry-title {
	font-size: 18px;
}

input[type="submit"] {
	background-color: #3b7b3d;
}
input:hover[type="submit"] {
	background-color: #3b7b3d;
	background-color: #326933;
}

.ntt-green input:hover[type="button"],
.ntt-green input:hover[type="reset"],
.ntt-green .archive-pagination li a:hover,
.ntt-green .archive-pagination .active a,
.ntt-green .button:hover,
.ntt-green .footer-widgets,
.ntt-green .pricing-table a.button:hover {
	background-color: #44ace8;
	background-color: #01378C;
	background-color: #183884;
	background-color: #3b7b3d;
}

.ntt-green .pricing-table a.button:hover {
	border: 3px solid #44ace8;
	border: 3px solid #01378C;
}

#headpic {
	 margin-top: 70px;
}

#shortmenu {
	position: absolute;
	position: fixed;
	right: 0;
	top: 220px;
	z-index: 2;
}

a.icon-prices::before, a.icon-shop::before, a.icon-hours::before, a.icon-360::before, a.icon-search::before {
	color: #fff;
	font: normal 44px/1 'Open Sans';
	font: normal 44px/64px 'dashicons';
}
a.icon-hours::before {
	content: "\f469";
}
a.icon-shop::before {
	content: "\f174";
}
a.icon-prices::before {
	content: "\20AC";
	font: normal 44px/64px 'Montserrat';
}
a.icon-360::before {
	color: #666;
	content: "\f177";
}
a.icon-search::before {
	content: "\f179";
}


/*
a.icon-shop::before {
	background-color: rgba(24, 56, 132, 0.7);
	content: "\20AC";
	font: normal 44px/64px 'Montserrat';
}
*/
#shortmenu a {
	text-align: center;
	line-height: 1;
	speak: none;
	display: block;
	width: 64px;
	max-width: 64px;
	height: 64px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #fff;
}
#shortmenu a:hover {
	margin-left: -10px; 
}
#shortmenu a.icon-hours {
	background-color: rgba(24, 56, 132, 0.7);
}
#shortmenu a.icon-prices {
	background-color: rgba(201, 84, 31, 0.7);
}
#shortmenu a.icon-360 {
	background-color: rgba(201, 84, 31, 0.7);
}
#shortmenu a.icon-shop {
	background-color: rgba(59, 123, 61, 0.7);
}
#shortmenu a.icon-360 {
	background-color: rgba(192, 215, 240, 0.8);
	background-color: rgba(192, 192, 192, 0.8);
}
#shortmenu a.icon-search {
	background-color: rgba(59, 123, 61, 0.7);
	cursor: pointer;
}
#shortmenu a.icon-search:hover {
	margin-left: 0; 
}

#shortmenu a span {
	display: none;
}

/*SEARCHFORM */
.searchlink {
  display: none;
  float: right;
  position: relative;
/*  padding: 0 40px; */
  right: 0;
  font-size: 2.4em;
/*  cursor: pointer; */
  height: 70px;
  line-height: 65px;

	width: 300px;
	height: 63px; top: 0; position: absolute; left: -300px;

}
.searchlink.open { /*.searchlink:hover, */
  color: #bababa;
  display: block;
  background: #3a3a3a;
  background-color: rgba(59, 123, 61, 0.7);
}
.searchlink.open > .searchform {
  display: block;
}
/** search field **/
.searchform {
  display: none;
  position: absolute;
  width: 300px;
/*  height: 50px; */
  line-height: 45px;
/*  top: 70px;
  right: 0; */
  padding: 0 10px;
/*  cursor: default; */
/*  background: #3a3a3a; */
}
.searchlink.open .searchform {
  display: block;
}
#search {
  display: block;
  position: relative;
}
#s {
  width: 213px;
  background: #272727;
  background: #fff;
  padding: 8px 15px;
  border: 0;
  color: #eee;
  color: #666;
/*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  */
}

input::-webkit-input-placeholder, /* Edge */
input:-ms-input-placeholder, /* Internet Explorer 10-11 */
input::placeholder {
	color: #ccc;
}

/*
input[placeholder], [placeholder], *[placeholder] {
	color: #ccc;
}
*/
.sbtn {
  display: block;
  position: absolute;
  right: 0px;
  top: 9px;
  background: none;
  background: #888;
  border: none;
  border: 1px solid #fff;
  color: #bcbcbc;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 43px;
  letter-spacing: 0;
  font-style: normal;
  padding: 0 5px;
  text-transform: none;
}
.sbtn {
  background: none;
  border: 3px solid #fff;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  background: transparent;
  text-transform: uppercase;
}
.sbtn:hover {
  color: #333;
  background: #fff;
}

/* social icons */
.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0 6px 12px !important;
	padding: 0 !important;
}

.simple-social-icons ul li a {
	border: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	text-align: center;
}

.simple-social-icons ul.aligncenter li {
	display: inline-block;
	float: none;
}

.simple-social-icons .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus { background-color: #ffffff !important; border-radius: 60px; color: #000000 !important; border: 0px #ffffff solid !important; font-size: 30px; padding: 15px; }  .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus { background-color: #3b7b3d !important; border-color: #ffffff !important; color: #ffffff !important; }  .simple-social-icons ul li a:focus { outline: 1px dotted #3b7b3d !important; }


#summerspecial {
	position: absolute;
	right: 20px;
	top: 90px;
	top: 20px;
	width: 588px;
	height: 108px;
	max-width: 100%;
}
#summerspecial a {
/*	content: url('/uploads/aktion.png'); */
	display: block;
	width: 100%;
	height: 108px;
/*	background-color: #fff; */
}

div.creds {
	margin-top: 30px;
}
#menu-footermenue {
	margin-bottom: 30px;
}
.menu-blogfooter-container {
	margin-top: 30px;
}

.widget_news {
	font-size: 80%;
}
.widget_news h4.widgettitle {
	margin-bottom: 1em;
}

label {
	font-size: 80%;
}
p.subscript label {
	font-size: 100%;
}
form p {
	margin-bottom: 15px;
}
form input, form textarea, form select {
	padding: 8px;
}
input[type="submit"] {

}

.content .entry-content p.temperature {
	position: relative;
	font-size: 100px;
	font-size: 7em;
	font-weight: bold;
	color: #3b7b3d;
	color: #c9541f;
	/* float: right;  */
	text-align: center;
	padding-top: 13px;
	padding-left: 20px;
	padding-right: 20px;

	margin-left: 60px;
	margin-right: 60px;
/*	width: 25%; */
	background-color: #e9e9e9;
	background-color: #Dfe9Df;
}

.content .entry-content p.temperature span {
	position: absolute;
	left: 3px;
	top: 0;
	font-weight: normal;
	font-size: 16px;
	color: #aaa;
}
.content .entry-content p.specialanswer {
	font-weight: bold;
	font-size: 2em;
	color: #183884;
}

p#date select {
	width: auto;
}
	.content-sidebar-wrap {
		position: relative;
	}


div.contentborder {
	border: 1px dotted #aaa;
	padding: 10px;
	margin-bottom: 1em;
}

div.contentborder.gray {
	background-color: #eee;	
}


.header-widget-area .widget_text {
	position: absolute;
	top: 0;
	right: 10px;
	right: 5px;
}

body.womo .site-title a {
    background: url(https://www.naturthermetemplin.de/uploads/therme-logo-womo.png) no-repeat !important;
}

body.otti .site-title a {
    background: url(https://www.naturthermetemplin.de/uploads/therme-logo-otti.png) no-repeat !important;
}

.ui-widget {
    font-size: 1.5em !important;
}


/* Blog Styles  */
.blog .sidebar {
	width: 345px;
	background-color: transparent;
	padding: 0;
}
.blog .sidebar > section {
	background-color: #fff;
	padding: 25px;
	margin-right: 25px;
}
.blog .sidebar .simple-social-icons ul li { margin: 0 3px 12px !important; } 
.blog .sidebar .simple-social-icons ul li a, .blog .simple-social-icons ul li a:hover, .blog .simple-social-icons ul li a:focus { background-color: #3b7b3d !important; border-radius: 60px; color: #fff !important; border: 0px #ffffff solid !important; font-size: 30px; padding: 15px; }  
.blog .sidebar .simple-social-icons ul li a:hover, .blog .simple-social-icons ul li a:focus { background-color: #80AA87 !important; border-color: #ffffff !important; color: #ffffff !important; }  
.blog .sidebar .simple-social-icons ul li a:focus { outline: 1px dotted #3b7b3d !important; }
.blog .sidebar .simple-social-icons ul.aligncenter li { /*float: left;*/ }

.blog .featured-image-class {
	margin: -25px -25px 25px;
}
.blog .featured-image-class img {
	margin: 0;
	max-width: 730px;
	max-width: 100%;
}

    .black_overlay{
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.5;
        opacity:.50;
        filter: alpha(opacity=50);
    }
    .pop {
        display: none;
        position: fixed;

/*        
        margin-top:10px; 
        bottom: 20px;
*/  		
/*  		position: absolute;  */


/* middle center

  		left: 50%; 
  		top: 50%; 
  		transform: translateX(-50%) translateY(-50%);
*/
/* bottom right  */
			right: 20px;
/*			bottom: 20px; */
left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
/*        right: 20px; */
        width: 400px;
/*        height: 495px; */
        padding: 0px;

        border: 0px solid #aaa;
		box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.57);

        overflow: hidden;
        background-color: white;
        z-index:1002;
        max-width: 100%;
        max-height: 100%;
        line-height: 0.1%;

    }
    .pop div.popcontent {
        overflow: hidden;
        width: 500px;
        max-width: 100%;
        max-height: 100%;
    }
    .pop img {
        max-width: 100%;
        max-height: 100%;
    }
div.close {
    z-index:1003;
    background: url(images/close.png) no-repeat;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1300px) {
	/* body.toppic */ #headpic {
		height: 500px !important;
		height: 700px !important;
	}
}

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

	.site-title {
		float: none;
	}
	.title-area {
		width: 196px;
		max-width: none;
	}
	p.description {
		float: none;
		display: none;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
		max-width: 1000px;
	}

	.site-header .widget-area {
/*		width: 560px; */
	}

	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.content {
		width: 520px;
		width: 600px;
/*		max-width: 98%; */
	}

	.full-width-content .content {
		padding: 0 110px;
	}

}

/*@media only screen and (max-width: 969px) { */
@media only screen and (max-width: 977px) {

	#summerspecial {
		left: 10px;
/*		left: calc(50% - 294px); */
		top: 150px;
		top: 20px;
		max-width: 99%;
		max-width: calc(100% - 20px);
	}

	.genesis-nav-menu > .menu-item > a { margin: 0; }

	.site-header {
		height: auto;
	}

	.site-header .wrap {
		position: relative;
	}
	.title-area {
		float: none;
		position: relative;
		height: 75px;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 300px;
		margin: 0 auto;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	body.ntt-landing .title-area {
		float: left;
	}

	.site-title {
		float: left;
	}
	p.description {
/*		float: left; */
		display: block;
	}

	#headpic {
		background-position: center top !important;
		margin-top: 0;
	}
	#picauthor {
		top: auto;
		margin-top: 5px;
	}

	.site-inner {
		margin-top: 50px;
		margin-top: 30px;
	}
	
/*	body.toppic .site-inner {
		margin-top: -150px;
	} */
  body.toppic:not(.is-bare) .site-inner {
		margin-top: -150px;
	}

	.site-inner,
	.wrap {
		max-width: 768px;
		max-width: 776px;
	}

	.ntt-home .site-inner {
		max-width: none;
	}

	.site-header {
		padding-bottom: 10px;
		position: static;
	}

	.site-header .widget-area {
			width: 776px;
			width: 810px;
	}
	.site-header .widget-area {
		float: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	/*.title-area  */ {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.ntt-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
/*		margin-top: 80px; */
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}

	.header-widget-area {
		clear: both;
	}

} 

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

	.portrait {
		display: block;
		float: none;
		clear: both;
	}

	.blog .genesis-nav-menu.responsive-menu > .menu-item:first-child {
		margin-left: 0px;
	}

	.content {
		margin-left: 0;
		max-width: 100%;
	}
	.entry {
    margin-bottom: 0;
	}
	.blog .sidebar {
		width: 90%;
	}

	.pop {
    max-width: 95%;
    right: 10px;
	}

	img.product {
		float: none;
		margin: 0;
		margin-bottom: 15px;
		display: block;
		max-width: 360px;
		width: auto;
	}

	.site-header .search-form {
		display: block;
/*		float: right; */
		margin-top: 4px;
		float: none;
		padding: 5px;
		padding-left: 2.5%;
		padding-right: 2.5%;
		width: 94%;
	}
	.site-header .search-form input[type="search"] {
/*		float: left; */
	}
	.site-header .search-form input[type="submit"] {
		width: auto;
		height: auto;
		position: relative;
		vertical-align: center;
		padding: 9px;
		margin-top: 9px;
		border: 1px solid #fff;
/*		float: left; */
	}

	.site-header .widget_search .widgettitle {
		display: block;
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 3px;
		margin-left: 11px;
		text-align: left;
	}

	div.newsentry img.wp-post-image, img.previewside {
		float: none;
	}
	img.previewside {
		float: none;
		clear: both;
		display: block;
		margin-left: 0;
	}

	.content .entry-content p.specialanswer {
		font-size: 1.25em;
	}
	.content .entry-content p.temperature span {
		font-size: 11px;
	}
	.content .entry-content p.temperature {
		margin-left: 0;
		margin-right: 0;
		font-size: 4em;
	}

	.genesis-nav-menu > .menu-item > a { margin-top: 15px; }
	.genesis-nav-menu > .menu-item > a { margin-top: 0; }

	#headpic {
		background-size: contain !important;
		height: 400px !important;
	}

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
		margin-top: 0;
	}

/*
	.site-inner, .wrap {
		padding: 0 5%;
	} */

	body:not(.is-bare) .site-inner,
  body:not(.is-bare) .wrap {
/*    padding: 0 5%; */
  }

	header .wrap {
		padding: 0;
	}

	.site-header .widget-area {
			width: 100%;
	}

	.ntt-home .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		/*border: none; */
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	nav.nav-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		display: none;
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
		color: #222;
	}

	.home-even,
	.home-odd {
		padding: 90px 0 100px;
	}

	.ntt-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

	#shortmenu {
		display: none;
	}

	.title-area {
		width: 100%;
	}
	body.ntt-landing .title-area {
		width: 300px;
	}

	.home-section-2 h4.widgettitle {
		font-size: 23px;
	}
	h2 {
		font-size: 20px;
	}

	.content table td, .content table th {
		white-space: normal !important;
	}

}

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

	.rplg {
 		max-width: 100%;
	}
	.rplg-slider-next { display: none; }

	div.readon, div.breadcrumb {
		padding-left: 10px;
	}

	.site-inner {
		padding: 0;
	}



/* search  */
	.content .entry-content, .content .entry-header {
		padding: 10px;
	}
	.content .archive-title {
		margin: 10px;
	}
	.site-header .search-form input[type="search"] {
/*		max-width: 70%; */
	}

	.archive-title form { max-width: 94%; }
	.archive-title form input[type="text"] { max-width: 70%; }



	.content table td h3 {
		font-size: 16px;
	}
	.content table td h5 {
		font-size: 16px;
	}
	.content table {
		font-size: 15px;
	}

	.content .entry-content p.temperature {
		padding-top: 13px;
		padding-left: 10px;
		padding-right: 10px;

		margin-left: 10px;
		margin-right: 10px;
	}

	.content .entry-content p.temperature span {
		font-size: 14px;
	}
	.content .entry-content p.temperature {
		font-size: 3em;
		padding-top: 1em;
	}

	.footer-widgets .widget-title,
	.home-even .widget-title,
	.home-odd .widget-title, 
	.home-odd.home-section-1 .widget-title {
		font-size: 36px;
	}

	.home-even .widget_text, .home-odd .widget_text {
		font-size: 90%;
	}
	.home-even a.button, .home-odd a.button {
		font-size: 80%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-odd .wrap {
		padding: 10px;
	}
	.home-even,
	.home-odd {
		font-size: 22px;
	}
 	.wrap {
		padding: 5px;
	}

	.home-section-4 h4.widgettitle {
		font-size: 32px;
	}

	h1 {
		font-size: 23px;
	}

}

@media print {
	body, ol li, ul li, input, h4 {
		font-size: 15px;
	}
	h1 {
		font-size: 19px;
	}
	h2 {
		font-size: 17px;
	}
	h3 {
		font-size: 16px;
	}
	
	body.toppic.ntt-landing .site-inner {
		margin-top: -477px;
	}
	body.toppic .site-inner {
		margin-top: -577px;
	}
	
	.site-header {
		position: static;
	}

	.site-inner, .wrap {
		max-width: none;
		margin: 0;
    }
    .full-width-content .content {
    	padding: 0;
    }
	#shortmenu, .header-widget-area, .footer-blocks, .nav-secondary, .footerbuttons, .teaser, .readon, #picauthor {
		display: none;
	}
	.site-title a {
		content: url('https://www.naturthermetemplin.de/uploads/cropped-therme-logo-small-1.png');
	}

	input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		color: #f9f9f9;
  		display: none;
	}
	input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  		color: #f9f9f9;
  		display: none;
	}
	input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  		color: #f9f9f9;
  		display: none;
	}
	input[type="text"]:-moz-placeholder { /* Firefox 18- */
  		color: #f9f9f9;
  		display: none;
	}
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;

	/* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
/*	padding: 25px 25px 0;
	border-bottom: 25px solid transparent; */

	/* dimensions: handling large content */
/*	margin-left: 5%;
	margin-right: 5%; */
	max-height: 95%;
	max-height: 100%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}
iframe.featherlight-inner {
	position:fixed;background:#000;border:none;top:0;right:0;bottom:0;left:0;width:100%;height:100%;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 15px;
/*	bottom: 5px; */
	right: 5px;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;
	height: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;

/*	margin-top: 10px; */
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}

.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
/*	padding: 0; */
	-webkit-overflow-scrolling: touch;
	position: absolute;
	right: 0;
	text-align: right;

/*	
	margin-top: 10px;
	margin-right: 10px;
*/
	width: 100%;
	height: 100%;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		max-height: 99.9%;

/*		padding: 10px 10px 0;*/
		padding: 0;
/*		border-bottom: 10px solid transparent; */
	}

	.featherlight-iframe .featherlight-content {
/*		margin-top: 10px;
		margin-right: 10px; */

/*		padding: 25px 25px 0; */
	}

}



/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}
