/*
Theme Name: Ample Child
Theme URI: https://themegrill.com/themes/ample/
Template: ample
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Ample is a multipurpose responsive WordPress theme made to help you create a beautiful professional looking site in no time. It has numerous built-in options to give your site the look that you want. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/ample/
Tags: one-column,two-columns,right-sidebar,left-sidebar,custom-header,custom-background,custom-menu,custom-colors,threaded-comments,translation-ready,featured-images,theme-options,blog,e-commerce
Version: 1.3.0.1609161289
Updated: 2020-12-28 14:14:49

*/
.home body, button, input, select, textarea {
    color: #000;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 300;
	font-size: 100%;
}

.home h1, h2, h3, h4, h5, h6, p {
    padding-bottom: 1em;
	padding-top: 1em;
	font-family: 'Comfortaa', sans-serif;
    color: #1E2831;
    line-height: 1.4;
    font-weight: 300;
	
}


h1 {
	font-size: 18.75em;
	font-weight: 700;
}

h2 {
	font-size: 1.75em;
	font-weight: 700;
}

h3 {
	font-size: 1.625em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.375em;
}

h6 {
	font-size: 1.188em;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input, textarea {
	-webkit-border-radius: 3px;
	font-family: 'Comfortaa', sans-serif;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #C64F0D;
	line-height: 20px;
	width: 98%;
	margin: 0 0 30px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Comfortaa', sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #C64F0D;
}

input.s {
	width: 100%;
	padding: 4px;
	height: 2.25em;
	color: #0080C8;
	background-color: #ffffff;
	margin: 0;
	border: 0px solid #C64F0D;
	border-radius: 3px;
}

input.s:focus {
	padding-left: 10px;
	border-color: #C64F0D;
	text-indent: 0;
}

.ample-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 25px;
	cursor: pointer;
	background-color: #C64F0D;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: 'Comfortaa', sans-serif;
}

.ample-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}


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

/*
====> 5.1 Links
--------------------------------------------------------------*/
a {
	color: #0080C8;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

/*
====> 5.2 Primary Menu
--------------------------------------------------------------*/
.main-navigation li > ul,
.main-navigation li > ol {
	margin: 0;
	list-style: none;
}

.main-navigation {
	float: right;
	padding-right: 10px;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 20px;
}

.sub-toggle {
	display: none;
}

.main-navigation ul > li {
}

.main-navigation ul#menu-primary > li:last-child {
	margin-right: 15px;
}

.main-navigation li > a {
	line-height: 70px;
	height: 70px;
}

.main-navigation ul.menu li a {
	font-size: 0.875em;
}

.main-navigation li.default-menu,
li.default-menu {
	display: none;
}

.main-navigation a {
	color: #0080C8;
	display: block;
	float: left;
	font-weight: 500;
	font-family: 'Comfortaa' , sans-serif;
}

.main-navigation ul.menu > li.current-menu-item,
.main-navigation ul.menu > li.current-menu-ancestor,
.main-navigation .menu > ul > li.current_page_item,
.main-navigation .menu > ul > li.current_page_ancestor,
.main-navigation ul.menu > li:hover,
.main-navigation ul.menu > li.focus,
.main-navigation .menu > ul > li:hover,
.main-navigation .menu > ul > li.focus {
	border-top: 0px solid #ffffff;
	margin-top: 0px;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-ancestor a:after,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current_page_ancestor a:after,
.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a,
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.page_item_has_children:hover > a:after,
.main-navigation ul li.focus.menu-item-has-children > a:after,
.main-navigation ul li.focus.page_item_has_children > a:after,
.main-navigation ul.menu li.current-menu-ancestor ul li.current-menu-item > a {
	color: #0080C8;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 0.75em;
	padding-left: 6px;
	color: #0080C8;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
	content: "\f0d7";
}

.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	content: "\f0da";
	position: absolute;
	right: 8px;
}

/*
====> 5.3 Primary Menu Dropdown
--------------------------------------------------------------*/
.main-navigation ul li ul {
	background-color: #1E2831;
	position: absolute;
	top: 70px;
	width: 160px;
}

.main-navigation ul li ul {
	left: -99999px;
	z-index: 9999;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -1px;
}

.main-navigation ul li .sub-menu a {
	text-transform: none;
}

.main-navigation ul ul > li:last-child {
	border-bottom: 1px solid #fff;
}

.main-navigation ul li ul li {
	float: none;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 0.813em;
	height: 100%;
	padding: 10px 20px;
	color: #0080C8;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #0080C8;
}

.main-navigation ul li ul li ul {
	top: -1px;
}

.main-navigation ul li ul li:hover > ul,
.main-navigation ul li ul li.focus > ul {
	left: 100%;
}

.main-navigation select {
	display: none;
}

/*
====> 10.2 Search Design
--------------------------------------------------------------*/
#masthead .search-wrap input.s {
	height: 100%;
	width: auto;
}

.fa.search-top {
	color: #ffffff;
	position: absolute;
	right: 0;
	line-height: 70px;
	cursor: pointer;
	padding-left: 10px;
	top: 0;
}

.search-wrap {
	position: relative;
}

.search-wrap button {
	border-radius: 3px;
	color: inherit;
	line-height: 100%;
	height: 100%;
	width: auto;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.search-icon:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #C64F0D;
	font-size: 25px;
}

.search-form-top {
	border: 1px solid #1E2831;
	display: none;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 9999;
	background-color: #ffffff;
}

.search-form-top.show {
	display: block;
}

.not-found .search-wrap button {
	right: 175px;
}


/*--------------------------------------------------------------
12.0 Plugins Support
--------------------------------------------------------------*/

/*
====> 12.1 Breadcrumb NavXT
--------------------------------------------------------------*/
.breadcrumb {
	float: left;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.813em;
	color: #0080C8;
}

.breadcrumb {
	color: #0080C8;
	font-weight: 300;
	font-family: 'Comfortaa', sans-serif;
}

.breadcrumb a {
	color: #0080C8;
	font-weight: normal;
	font-family: 'Comfortaa', sans-serif;
}

.breadcrumb a:hover {
	color: #ffffff;
}

/*
====> 10.3 Page Header Title
--------------------------------------------------------------*/
.header-post-title-container {
	padding: 40px 0px 0px 0px;
	background-color: #80abc8;
	border-bottom: 0px solid #f2f2f2;
}

.header-post-title-container .post-title-wrapper {
	float: left;
	max-width: 100%;
	padding-right: 30px;
}

.header-post-title-class {
	font-size: 24px;
	padding-bottom: 0;
	color: #ffffff;
	display: none;
}

/*
====> 13.2 Header
--------------------------------------------------------------*/
.business-template #masthead {
	background-color: #ffffff;
}

.main-head-wrap {
	padding: 0px;
	
}

.header {
	border-bottom: 0px solid #ffffff;
	background-color: #1E2831;
	z-index:170;
	margin:0 auto;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
}

#header-left-section {
	float: left;
	margin-right: 25px;
}

#header-logo-image {
	float: left;
	padding: 5px 20px 5px 0;
	max-width: 100%;
}

#header-logo-image img {
	margin-bottom: 0px;
	max-height: 60px;
	height: auto;
	width: auto;
}

#header-text {
	float: left;
	padding-right: 20px;
}

#site-title {
	padding-bottom: 0;
}

#site-title a {
	color: #ffffff;
	font-size: 2.125em;
}

#site-title a:hover {
	color: #80abc8;
}

#site-description {
	line-height: 1.5;
	font-size: 13px;
	padding-bottom: 0;
	color: #888888;
	font-weight: 300;
	margin-bottom: 0;
}

#header-right-section {
	float: right;
	position: relative;
}

img.header-image {
	display: block;
	margin: 0 auto;
}
/*
/*
====> 13.3 Primary, Secondary & Tertiary Content Area
--------------------------------------------------------------*/

/* Right Sidebar */
#primary {
	float: left;
	width: 64.54545454%;
}

#secondary {
	float: right;
	width: 31.81818181%;
}

/* Left Sidebar */
.left-sidebar #primary {
	float: right;
	width: 64.54545454%;
}

.left-sidebar #tertiary {
	float: left;
	width: 31.81818181%;
}

/* Both Sidebar */
.both-sidebar #primary {
	width: 72.72727272%;
}

.both-sidebar #secondary {
	width: 23.63636363%;
}

.both-sidebar #primary #content {
	float: right;
	width: 62.5%;
}

.both-sidebar #primary #tertiary {
	float: left;
	width: 32.5%;
}

/* No Sidebar */
.no-sidebar-full-width #primary {
	width: 100%;
}

.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.no-sidebar-full-width,
.no-sidebar,
.no-sidebar-full-width #page,
.no-sidebar #page {
	overflow: hidden;
}

.no-sidebar-full-width #primary .entry-content > .alignfull,
.no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.no-sidebar-full-width.boxed #primary .entry-content > .alignwide,
.no-sidebar.boxed #primary .entry-content > .alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
	width: unset;
}

.no-sidebar-full-width.boxed #main,
.no-sidebar.boxed #main {
	overflow: hidden;
}

.no-sidebar-full-width.boxed #primary .entry-content > .alignfull,
.no-sidebar.boxed #primary .entry-content > .alignfull {
	margin-left: -40px;
	margin-right: -40px;
}

.no-sidebar-full-width.boxed #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width.boxed #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar.boxed #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar.boxed #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

/*
====> 13.5 Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.extra-hatom-entry-title {
	display: none;
}

.single-page {
	margin-top: 0px;
}

.single-header {
	padding: 2% 0;
	background-color: #444;
}

.single-header h2 {
	font-size: 2.5em;
	color: #80abc8;
	font-weight: 200;
	margin-bottom: 16px;
}

#content, #content {
}

.sidebar {
}

.single-page p a {
	color: #80abc8;
}

.single-page p a:hover {
	color: #555;
}

.single-page p {
	margin-bottom: 10px;
}

.entry-content ul {
	list-style: square;
}

.entry-content ul,
.entry-content ol {
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}

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

.sidebar h4 {
	font-weight: 400;
	padding-bottom: 8px;
	margin-bottom: 17px;
}

.date-icon, .author-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}

.hentry .entry-title {
	font-size: 24px;
	padding-bottom: 10px;
}

.hentry .entry-title a {
	color: #666666;
	display: block;
	font-weight: 400
}

.hentry .entry-title a:hover {
	color: #80abc8;
}

.entry-meta {
	width: 100%;
	padding-bottom: 20px;
}

.entry-meta {
	font-size: 14px;
}

.read-btn a {
	border: 1px solid #80abc8;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 16px;
}

.read-btn a:hover {
	background-color: #80abc8;
	color: #ffffff;
}

.entry-meta > span {
	padding-right: 15px;
}

.entry-meta .fa {
	color: #80abc8;
	padding-right: 5px;
}

.entry-meta a {
	color: #0080C8;
	font-weight: 300;
}

.entry-meta a:hover {
	color: #0080C8;
	text-decoration: underline;
}

article.post {
	padding-bottom: 60px;
}

.tags a {
	display: inline-block;
}

ul.wp-block-gallery {
	padding: 0;
}

/* Related Posts */

.related-posts-wrapper .entry-title {
	font-size: 21px;
	padding-bottom: 5px;
}

.related-posts-wrapper .entry-title a {
	color: #666666;
}

.related-posts-wrapper .entry-title a:hover {
	color: #80abc8;
}

.related-posts-wrapper .entry-meta {
	font-size: 12px;
}

.related-posts-wrapper .entry-meta > span {
	padding-right: 10px;
}


/*
====> 13.8 Footer
--------------------------------------------------------------*/

/*
====> ====> 13.8.a Footer General CSS
--------------------------------------------------------------*/
#colophon {
	font-size: 0.875em;
	font-family: 'Comfortaa', sans-serif;
	clear: both;
	color: #ffffff;
	background-color: #1E2831;
	overflow: hidden;
	padding: 20px 0 5px;
}

.scrollup:hover {
	opacity: 0.6;
}

.copyright-info ul li {
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}

.copyright-info ul li a {
	color: #fff;
	padding: 5px 5px;
}

.copyright-info ul li a:hover {
	color: #719ECC;
}

.extra-info {
	float: right !important;
}

#colophon p {
	font-weight: 300;
	color: #ffffff;
	line-height: 1.375em;
	font-size: 0.938em;
}

#colophon a {
	font-weight: 300;
	color: #ffffff;
	line-height: 1.375em;
	font-size: 0.938em;
}

#colophon a:hover {
	color: #719ECC;
}

#colophon-box {
	float: left;
	width: 22%;
	margin-right: 4%;
}

/*
====> ====> 13.8.b Footer Widget Area
--------------------------------------------------------------*/
.footer-widgets-wrapper {
}

.footer-widgets-area {
	padding-bottom: 1em;
	color: #ffffff;
}

.footer-widgets-area .tg-one-fourth .widget-title {
	text-align: left;
}

.footer-widgets-area h3.widget-title {
	color: #ffffff;
}

.footer-widgets-area .tg-one-fourth p {
	text-align: left;
	color: #ffffff;
}

.footer-widgets-area a {
	color: #ffffff;
}

.footer-widgets-area a:hover {
	color: #719ECC;
}

#colophon .widget {
	padding-bottom: 1.563em;
}

#colophon .widget-title {
	font-size: 1.375em;
	line-height: 1.4;
	color: #ffffff;
}

#colophon, #colophon p {
	font-size: 0.875em;
	line-height: 1.4;
}

#colophon .footer-widgets-area li a {
	display: inline-block;
	padding-bottom: 3px;
}

.footer-widgets-area .search-icon:before {
	font-size: 1.25em;
}

/*
====> ====> 13.8.c Footer Copyright Info
--------------------------------------------------------------*/
.copyright-info {
	float: left;
	padding-right: 10px;
	font-weight: 300;
}

#colophon .copyright-info a {
	color: #b1b6b6;
}

#colophon .copyright-info a:hover {
	color: #80abc8;
}

/*
====> ====> 13.8.d Footer Menu
--------------------------------------------------------------*/
.footer-nav {
	float: right;
}

.footer-nav ul li {
	display: inline-block;
	padding-left: 10px;
}

#colophon .footer-nav ul li a {
	color: #ffffff;
}

#colophon .footer-nav ul li a:hover {
	color: #719ECC;
}

/*
====> ====> 13.8.e Scroll to Top
--------------------------------------------------------------*/
a#scroll-up {
	bottom: 200px;
	position: fixed;
	right: 20px;
	display: none;
	background-color: #C64F0D;
	opacity: 0.8;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	padding: 9px 18px;
	border-radius: 2px;
	font-size: 20px;
}

a#scroll-up i {
	color: #80abc8;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/*--------------------------------------------------------------
Header media css
--------------------------------------------------------------*/
.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0px/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
	content: '\f04b';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
	content: '\f04c';
}





#page{
	margin-top:70px;	
}

/* Posts und Meta-Informationen */
.tags {
	color: #0080C8;
	font-family: 'Comfortaa', sans-serif;
}
.tags a{
	color: #0080C8;
	font-family: 'Comfortaa', sans-serif;
}
.tags a:hover{
	color: #0080C8 !important;
	text-decoration:underline !important;
}

.entry-meta{
	font-family: 'Comfortaa', sans-serif;
}

.author.vcard{
	display: none;
}

.post-date{
	font-family: 'Comfortaa', sans-serif;
}

.fa.fa-aw.fa-calendar-o{
	color: #0080C8;
}

.fa.fa-aw.fa-folder-open{
	color: #0080C8;
}

.tag-cloud-link{
	color: #C64F0D;
}

.hentry .entry-title a {
	color: #0080C8 !important;
}
.hentry .entry-title a:hover {
	color: #0080C8 !important;
	text-decoration:underline !important;
}

.entry-meta a:hover{
	color: #0080C8 !important;
	text-decoration:underline !important;
}

.default-wp-page.clearfix a{
	color: #0080C8;
	font-family: 'Comfortaa', sans-serif;
}

.default-wp-page.clearfix a:hover{
	color: #0080C8 !important;
	text-decoration:underline !important;
	font-family: 'Comfortaa', sans-serif;
}


.btn-default-th {
	color: #C64F0D;
	font-family: 'Comfortaa', sans-serif;
	border: 2px solid #C64F0D !important;
	-webkit-border-radius: 3px;
border-radius: 3px;
}

.btn-default-th:hover {
	color: #fff;
	font-family: 'Comfortaa', sans-serif;
background-color: #C64F0D !important;
	border: 2px solid #C64F0D !important;
}

.div.ultp-block-excerpt{
	font-family: 'Comfortaa', sans-serif;
	color: #000000;
}

/* Schräge Banner 
.content__header {
  position: relative;
  padding: 40px 40px 80px 40px;
  overflow: hidden;
  
  &:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#1E2831, #1E2831);
    transform: skewY(-3deg);
    transform-origin: top left;
  }
  
  h1 {
    position: relative;
    color: #000;
    
    a {
      color: inherit
    }
  }
}

*/ 
