/*
Theme Name: am-theme
Description: This theme is developed as basic bootstrap theme by anwalts.marketing
Author: Jens Schleifenbaum
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Website, OnePage, Mobile, Kanzleiwebsite
Text Domain: am-theme
Domain Path: /languages
*/





/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

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;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# color classes ci
--------------------------------------------------------------*/
.text-ci {
	color: #6ec1f4;
}

.bg-ci {
	background-color: #6ec1f4;
}

.border-ci {
	border: 2px solid #6ec1f4;
}

/*--------------------------------------------------------------
# font-styles
--------------------------------------------------------------*/
body p, body li, body a {
	font-size: 1.1rem;
	color: #555;
	font-weight: 300;
	position: relative;
}

body a:hover {
	color: #6ec1f4;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, .home .entry-header .entry-title {
	font-family: 'Roboto', sans-serif;
	color: #888;
}

h2.section-title, .page-template-privacy h1.entry-title {
	margin-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	text-align: left;
	border-bottom: 2px solid #6ec1f4;
	font-weight: 400;
}

.page-template-privacy h1.entry-title {
	font-size: 1.6rem;
}

.fancy-title h2, .fancy-title h3, #footer-widget .widget-title {
	position: relative;
	margin-top: 1.8rem;
	padding-bottom: .8rem;
	margin-bottom: 1.2rem;
	font-weight: 400;
}

.fancy-title h3, #footer-widget .widget-title {
	font-size: 1.6rem;
}

.fancy-title h2:after, .fancy-title h3:after, #footer-widget .widget-title:after {
	content: '';
	height: 2px;
	background-color: #6ec1f4;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.5rem;
}

p.cta a {
	font-weight: 400;
	color: #888;
}

p.cta a:hover {
	color: #6ec1f4;
}



.page-template-privacy .site {
	background-color: #f1f1f1;
}

.modal-dialog .modal-content {
	border-radius: .1rem;
}

.page-template-page-privacy .content-area a {
	word-break: break-all;
}

/*--------------------------------------------------------------
# responsive paddings, margins, width etc.
--------------------------------------------------------------*/
body {
	position: relative;
}

.header-title .entry-title {
	font-size: 2.5rem;
}

#content .entry-content {
	background-color: rgba(255,255,255,.95);
}

#masthead .navbar, #content, #footer-widget, #colophon {
	max-width: 1120px;
}

ul li, ol li {
	margin-bottom: .75rem;
}

body a {
	text-decoration: none;
}

.section-spacer {
	padding: 3rem;
}

@media all and (min-width: 1200px) and (min-aspect-ratio: 16/9) {
	.entry-content, #footer-widget, .page-template-page-privacy #content > .container  {
		padding: 1rem 10rem;
	}
}

@media all and (min-width: 1600px) {
	#content .entry-content {
		max-width: 1340px;
	}
	#masthead .navbar, #content, #footer-widget, #colophon {
		max-width: 1300px;
	}
}

@media all and (max-width: 1199px) {
	#main > article {
		padding-top: 80px;
	}
}

@media all and (max-width: 575px) {
	#main > article {
		padding-top: 60px;
	}
}

/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/
.btn.btn-custom {
	color: #fff;
	width: 16rem;
	border-radius: 0;
	border: 1px solid #6ec1f4;
	background-color: #6ec1f4;
	padding: .5rem 1rem .5rem 2.5rem;
	margin: 15px 10px 0;
}
.btn-profile .btn.btn-custom {
	width: 310px;
}

@media all and (max-width: 375px ) {
	.btn.btn-custom, .btn-profile .btn.btn-custom {
		width: 100%;
	}
}

.wpcf7-submit.btn.btn-primary {
	color: #fff;
	border-radius: .2rem;
	border: 1px solid #6ec1f4;
	background-color: #6ec1f4;
	padding: .5rem 1rem;
}

.wpcf7 .form-note, .wpcf7 .form-note > a {
	font-size: .85rem;
	line-height: 1.3;
}

.btn.btn-custom:hover, .wpcf7-submit.btn.btn-primary:hover {
	color: #fff;
}

.btn.btn-custom .icon-wrap {
	position: relative;
}

.btn-custom.phone .icon-wrap:before {
	position: absolute;
	content: '';
	top: 50%;
	left: -2.2rem;
	margin-top: -0.75em;
	width: 1.5rem;
	height: 1.5rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512.076 512.076' style='enable-background:new 0 0 512.076 512.076;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg transform='translate(-1 -1)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M499.639,396.039l-103.646-69.12c-13.153-8.701-30.784-5.838-40.508,6.579l-30.191,38.818 c-3.88,5.116-10.933,6.6-16.546,3.482l-5.743-3.166c-19.038-10.377-42.726-23.296-90.453-71.04s-60.672-71.45-71.049-90.453 l-3.149-5.743c-3.161-5.612-1.705-12.695,3.413-16.606l38.792-30.182c12.412-9.725,15.279-27.351,6.588-40.508l-69.12-103.646 C109.12,1.056,91.25-2.966,77.461,5.323L34.12,31.358C20.502,39.364,10.511,52.33,6.242,67.539 c-15.607,56.866-3.866,155.008,140.706,299.597c115.004,114.995,200.619,145.92,259.465,145.92 c13.543,0.058,27.033-1.704,40.107-5.239c15.212-4.264,28.18-14.256,36.181-27.878l26.061-43.315 C517.063,422.832,513.043,404.951,499.639,396.039z M494.058,427.868l-26.001,43.341c-5.745,9.832-15.072,17.061-26.027,20.173 c-52.497,14.413-144.213,2.475-283.008-136.32S8.29,124.559,22.703,72.054c3.116-10.968,10.354-20.307,20.198-26.061 l43.341-26.001c5.983-3.6,13.739-1.855,17.604,3.959l37.547,56.371l31.514,47.266c3.774,5.707,2.534,13.356-2.85,17.579 l-38.801,30.182c-11.808,9.029-15.18,25.366-7.91,38.332l3.081,5.598c10.906,20.002,24.465,44.885,73.967,94.379 c49.502,49.493,74.377,63.053,94.37,73.958l5.606,3.089c12.965,7.269,29.303,3.898,38.332-7.91l30.182-38.801 c4.224-5.381,11.87-6.62,17.579-2.85l103.637,69.12C495.918,414.126,497.663,421.886,494.058,427.868z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3Cpath d='M291.161,86.39c80.081,0.089,144.977,64.986,145.067,145.067c0,4.713,3.82,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.099-89.503-72.63-162.035-162.133-162.133c-4.713,0-8.533,3.82-8.533,8.533S286.448,86.39,291.161,86.39z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3Cpath d='M291.161,137.59c51.816,0.061,93.806,42.051,93.867,93.867c0,4.713,3.821,8.533,8.533,8.533 c4.713,0,8.533-3.82,8.533-8.533c-0.071-61.238-49.696-110.863-110.933-110.933c-4.713,0-8.533,3.82-8.533,8.533 S286.448,137.59,291.161,137.59z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3Cpath d='M291.161,188.79c23.552,0.028,42.638,19.114,42.667,42.667c0,4.713,3.821,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.038-32.974-26.759-59.696-59.733-59.733c-4.713,0-8.533,3.82-8.533,8.533S286.448,188.79,291.161,188.79z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

.btn-custom.mail .icon-wrap:before {
	position: absolute;
	content: '';
	top: 50%;
	left: -2.2rem;
	margin-top: -0.75rem;
	width: 1.5rem;
	height: 1.5rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 60.062 60.062' style='enable-background:new 0 0 60.062 60.062;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cpath d='M60.046,11.196c0.004-0.024,0.011-0.048,0.013-0.072c0.007-0.074-0.001-0.149-0.01-0.224 c-0.002-0.019,0.001-0.037-0.002-0.056c-0.018-0.099-0.051-0.196-0.1-0.289c-0.008-0.016-0.019-0.031-0.028-0.047 c-0.002-0.002-0.002-0.005-0.003-0.008c-0.001-0.002-0.004-0.003-0.005-0.006c-0.007-0.011-0.013-0.023-0.02-0.033 c-0.062-0.091-0.137-0.166-0.221-0.23c-0.019-0.014-0.041-0.022-0.061-0.035c-0.074-0.049-0.152-0.089-0.236-0.116 c-0.037-0.012-0.074-0.018-0.112-0.025c-0.073-0.015-0.146-0.022-0.222-0.02c-0.04,0.001-0.078,0.003-0.118,0.009 c-0.026,0.004-0.051,0-0.077,0.006L0.798,22.046c-0.413,0.086-0.729,0.421-0.788,0.839s0.15,0.828,0.523,1.025l16.632,8.773 l2.917,16.187c-0.002,0.012,0.001,0.025,0,0.037c-0.01,0.08-0.011,0.158-0.001,0.237c0.005,0.04,0.01,0.078,0.02,0.117 c0.023,0.095,0.06,0.184,0.11,0.268c0.01,0.016,0.01,0.035,0.021,0.051c0.003,0.005,0.008,0.009,0.012,0.013 c0.013,0.019,0.031,0.034,0.046,0.053c0.047,0.058,0.096,0.111,0.152,0.156c0.009,0.007,0.015,0.018,0.025,0.025 c0.015,0.011,0.032,0.014,0.047,0.024c0.061,0.04,0.124,0.073,0.191,0.099c0.027,0.01,0.052,0.022,0.08,0.03 c0.09,0.026,0.183,0.044,0.277,0.044c0.001,0,0.002,0,0.003,0h0c0,0,0,0,0,0c0.004,0,0.008-0.002,0.012-0.002 c0.017,0.001,0.034,0.002,0.051,0.002c0.277,0,0.527-0.124,0.712-0.315l11.079-7.386l11.6,7.54c0.164,0.106,0.354,0.161,0.545,0.161 c0.105,0,0.212-0.017,0.315-0.051c0.288-0.096,0.518-0.318,0.623-0.604l13.996-37.989c0.013-0.034,0.024-0.069,0.033-0.105 c0.004-0.015,0.005-0.03,0.008-0.044C60.042,11.22,60.044,11.208,60.046,11.196z M48.464,17.579L24.471,35.22 c-0.039,0.029-0.07,0.065-0.104,0.099c-0.013,0.012-0.026,0.022-0.037,0.035c-0.021,0.023-0.04,0.046-0.059,0.071 c-0.018,0.024-0.032,0.049-0.048,0.074c-0.037,0.06-0.068,0.122-0.092,0.188c-0.005,0.013-0.013,0.023-0.017,0.036 c-0.001,0.004-0.005,0.006-0.006,0.01l-2.75,8.937l-2.179-12.091L48.464,17.579z M22.908,46.594l2.726-9.004l4.244,2.759 l1.214,0.789l-4.124,2.749L22.908,46.594z M52.044,13.498L18.071,30.899l-14.14-7.458L52.044,13.498z M44.559,47.504L29.154,37.492 l-2.333-1.517l30.154-22.172L44.559,47.504z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

.btn-custom.video .icon-wrap:before {
	position: absolute;
	content: '';
	top: 50%;
	left: -2.3rem;
	margin-top: -0.9rem;
	width: 1.8rem;
	height: 1.8rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='M378.368,118.592c-3.435-1.856-7.68-1.664-10.944,0.533L320,150.741V128c0-5.888-4.779-10.667-10.667-10.667H160 c-31.104,0-32,76.608-32,85.333S128.896,288,160,288h149.333c5.888,0,10.667-4.779,10.667-10.667v-22.741l47.424,31.616 c1.771,1.195,3.84,1.792,5.909,1.792c1.728,0,3.456-0.427,5.035-1.259c3.456-1.856,5.632-5.461,5.632-9.408V128 C384,124.053,381.845,120.448,378.368,118.592z M362.667,257.408l-47.424-31.616c-3.264-2.176-7.488-2.368-10.944-0.533 c-3.456,1.856-5.632,5.461-5.632,9.408v32.021l-136.747,0.448c-4.245-3.051-12.587-25.792-12.587-64.469 c0-38.677,8.341-61.419,10.667-64h138.667v32c0,3.947,2.155,7.552,5.632,9.408c3.456,1.856,7.68,1.643,10.944-0.533 l47.424-31.616V257.408z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3Cpath d='M437.333,10.667H74.667C33.493,10.667,0,44.16,0,85.333V320c0,41.173,33.493,74.667,74.667,74.667h32v96 c0,4.139,2.389,7.915,6.144,9.664c1.429,0.661,2.987,1.003,4.523,1.003c2.453,0,4.885-0.853,6.827-2.475l125.035-104.192h188.139 C478.507,394.667,512,361.173,512,320V85.333C512,44.16,478.507,10.667,437.333,10.667z M490.667,320 c0,29.397-23.936,53.333-53.333,53.333h-192c-2.496,0-4.907,0.875-6.827,2.475L128,467.904V384 c0-5.888-4.779-10.667-10.667-10.667H74.667c-29.397,0-53.333-23.936-53.333-53.333V85.333C21.333,55.936,45.269,32,74.667,32 h362.667c29.397,0,53.333,23.936,53.333,53.333V320z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

/*--------------------------------------------------------------
# special list classes
--------------------------------------------------------------*/
@media all and (max-width: 375px) {
	ul, ol {
		padding-left: 1.2rem;
	}
}

ul.checklist {
	list-style-type: none;
	padding-left: 0;
}

ul.checklist li {
	position: relative;
	margin-bottom: .75rem;
	padding-left: 1.5rem;
}

ul.checklist li:before {
	content:'';
	width: 1.5rem;
	height: 1.3rem;
	position: absolute;
	top: .15rem;
	left: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdesc%3Echeck%3C/desc%3E%3Cpath d='M2,12 L10,23 L23,3' fill='none' stroke='%2300c3f5' stroke-width='3' /%3E%3C/svg%3E") no-repeat center left;
	background-size: 55%;
}

ul.checklist.linklist li:before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath d='M3,3 l15,9 l-15,9 Z' stroke='%2300c3f5' fill='%2300c3f5' /%3E%3C/svg%3E") no-repeat center left;
	background-size: 75%;
}

ul.privacy-list {
	list-style-type: square;
	padding-left: 1.2rem;
}

ul.privacy-list li {
	margin-bottom: .6rem;
}

.privacy-policy .entry-content ul.m-elements a {
	word-break: break-all;
}

/*--------------------------------------------------------------
# .home .entry-header .entry-titles styles
--------------------------------------------------------------*/
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.home .header-inner {
	position: relative;
	max-width: 2000px;
}

.home .entry-header .entry-title {
	position: absolute;
	left: 0;
	top: 20vw;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
}

.home #title-1, .home #title-2, .home #title-3  {
	position: relative;
	padding: .5rem 1rem;
	margin: .6rem 0;
	/*
	border-top: 4px solid #6ec1f4;
	border-right: 4px solid #6ec1f4;
	border-bottom: 4px solid #6ec1f4;
	*/
}

.home #title-1 {
	background-color: rgba(44,41,48,.8);
	animation: 300ms ease-out 0s 1 slideInLeft;
}

.home #title-2 {
	background-color: rgba(44,41,48,.8);
	animation: 600ms ease-out 0s 1 slideInLeft;
}

.home #title-3 {
	background-color: rgba(44,41,48,.8);
	animation: 900ms ease-out 0s 1 slideInLeft;
}

@media all and (min-width: 480px) {
	.home .entry-header .entry-title {
		font-size: 1.8rem;	
	}
	.home #title-1, .home #title-2, .home #title-3  {
		padding: .8rem 1.6rem;
		margin: .6rem 0;
	}
}

@media all and (min-width: 768px) {
	.home .entry-header .entry-title {
		font-size: 2rem;
		top: 10vw;
	}
	.home #title-1, .home #title-2, .home #title-3  {
		padding: 1rem 2rem;
		margin: .6rem 0;
	}
}

@media all and (min-width: 1200px) and (min-aspect-ratio: 16/9) {
	.home .entry-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		bottom: 0;
		overflow-y: hidden;
		z-index: -1;
	}
	.home .entry-header .entry-title {
		top: 15vw;
		font-size: 2.5rem;	
	}
	.home #title-1, .home #title-2, .home #title-3  {
		padding: 1rem 2rem 1rem 12vw;
		margin: .6rem 0;
	}
}

@media all and (min-width: 2000px) {
	.home .entry-header .entry-title {
		top: 300px;
	}
}


/*--------------------------------------------------------------
# header#masthead
--------------------------------------------------------------*/
#masthead .container-fluid {
	background-color: rgba(44,41,48,.8);
	box-shadow: 0 0.3rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}

.navbar-brand {
	padding-left: .8rem;
}

.navbar-brand .site-title {
	color: #aaa;
}

#masthead .navbar-nav > li {
	margin-bottom: 0;
}

#masthead .navbar-nav > li > a {
	position: relative;
	color: #ddd;
	font-weight: 300 !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: .5rem 1rem;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li > a.active {
	color: #6ec1f4;
}

.navbar-toggler {
	border: none !important;
}

.navbar-toggler:focus, .navbar-toggler.focus, .navbar-toggler:active {
	outline: none;
	box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewbox='0 0 32 32'%3E%3Cg stroke='%23ddd' stroke-width='3'%3E%3Cline x1='3' y1='8' x2='29' y2='8' /%3E%3Cline x1='3' y1='16' x2='29' y2='16' /%3E%3Cline x1='3' y1='24' x2='29' y2='24' /%3E%3C/g%3E%3C/svg%3E");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewbox='0 0 32 32'%3E%3Cg stroke='%23ddd' stroke-width='3'%3E%3Cline x1='5' y1='5' x2='27' y2='27' /%3E%3Cline x1='27' y1='5' x2='5' y2='27' /%3E%3C/g%3E%3C/svg%3E");
}

@media all and (min-width: 992px) {
	#masthead {
		max-height: 82px;
	}
	.navbar-brand img {
		width: 250px !important;
	}
}

@media all and (min-width: 1200px) {
	header#masthead .container-fluid {
		width: 1120px;
		margin: 0 auto;
	}
}

@media all and (min-width: 1200px) and (min-aspect-ratio: 16/9) {
	.home #header-wrap {
		position: relative;
		height: 100vh;
	}
	#masthead.fixed-top {
		height: 82px;
	}
	.home #masthead .container-fluid {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.home #masthead.fixed-top .container-fluid {
		position: relative;
	}
}

@media all and (min-width: 1600px) {
	header#masthead .container-fluid {
		width: 1300px;
	}
}

@media all and (max-width: 575px) {
	#masthead .navbar-brand {
		padding-left: 3px;
	}
}


/*--------------------------------------------------------------
# footer#colophon
--------------------------------------------------------------*/
footer#colophon {
	background-color: rgba(44,41,48,.8);
}

footer#colophon .widget {
	font-size: 1rem;
}

footer#colophon .widget-title {
	color: #ddd;	
}

.site-bottom-menu nav {
	margin: 0;
}

.site-bottom-menu #menu-footer-bottom {
	list-style-type: none;
}

.site-bottom-menu #menu-footer-bottom .menu-item {
	float: left;
	padding: 0 1rem;
}

#menu-footer-bottom .menu-item:not(:last-child) {
	border-right: 1px solid #99979c; 
}

footer#colophon p {
	color: #f9f9f9;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/
.accordion .accordion-button {
	font-size: calc(1.1rem + .7vw);
	text-align: left;
	border: none;
	padding-left: 0;
	padding-right: 0;
	color: #888;
	
}

@media (min-width: 1200px) {
	.accordion .accordion-button {
		font-size: 2rem;
	}
}

.accordion-collapse {
	border-bottom: none;
}

.accordion .accordion-button:focus, .accordion .accordion-button.focus {
	box-shadow: none;
	background-color: transparent;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
}

.accordion-button:before {
	position:absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #6ec1f4;
	transition: all .5s ease;
}

.accordion-button[aria-expanded=true]:before {
	width: 2.5rem;
}