/*!
Theme Name: rhetorikroom
Theme URI: https://www.rhetorikroom.com/
Author: CO-x media 
Author URI: https://co-x.at
Description: Theme for the Website rhetorikroom.com
Version: 1.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements [body, p, ul etc]
# Navigation
	## Links
	## Burger
	## Menus


# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* for mixins base font-size */
/* fix sizes */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* oxygen-regular - latin */
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/oxygen-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Oxygen Regular"), local("Oxygen-Regular"), url("assets/fonts/oxygen-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/oxygen-v8-latin-regular.woff2") format("woff2"), url("assets/fonts/oxygen-v8-latin-regular.woff") format("woff"), url("assets/fonts/oxygen-v8-latin-regular.ttf") format("truetype"), url("assets/fonts/oxygen-v8-latin-regular.svg#Oxygen") format("svg");
  /* Legacy iOS */
}
/* oxygen-700 - latin */
@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/oxygen-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Oxygen Bold"), local("Oxygen-Bold"), url("assets/fonts/oxygen-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/oxygen-v8-latin-700.woff2") format("woff2"), url("assets/fonts/oxygen-v8-latin-700.woff") format("woff"), url("assets/fonts/oxygen-v8-latin-700.ttf") format("truetype"), url("assets/fonts/oxygen-v8-latin-700.svg#Oxygen") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

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

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
}

body, button, input, select, textarea {
  background: #fff;
  font-family: "Oxygen", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

p {
  margin: 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 18px;
  margin: 0 0 1em;
}

h2 {
  font-size: 16px;
  margin: 0 0 1em;
}

h3 {
  font-size: 16px;
  margin: 0 0 1em;
}

h4 {
  font-size: 16px;
  margin: 0 0 1em;
}

h5 {
  font-size: 16px;
  margin: 0 0 1em;
}

h6 {
  font-size: 16px;
  margin: 0 0 1em;
}

a {
  color: #2da377;
}

a:visited {
  color: #474747;
}

a:hover,
a:active {
  color: #474747;
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: thin;
  outline-style: dotted;
  text-decoration: underline;
}

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

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

hr {
  border: 0;
  border-bottom: 1px solid #00c189;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #d4d4d4;
  cursor: help;
}

mark, ins, del {
  background: #ccc;
  text-decoration: none;
}

big {
  font-size: 125%;
}

small {
  font-size: 85%;
}

ul, ol {
  margin: 0 0 1em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1em 1em;
}

table {
  margin: 0 -0.5rem 1.4;
  width: 100%;
  border-collapse: collapse;
}

thead {
  color: #00c189;
}
thead th {
  border-bottom: 1px solid #00c189;
  padding: 0.35 0.5rem;
  font-weight: 600;
}

tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.35 0.5rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2da377;
  text-decoration: none;
}
a:visited {
  color: #474747;
}
a:hover, a:focus, a:active {
  color: #474747;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## burger
--------------------------------------------------------------*/
.burger {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  background: #94d60a;
  left: 0;
  top: 0;
  transition: all 0.1s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2) {
  top: 6px;
}
.burger span:nth-child(3) {
  top: 6px;
}
.burger span:nth-child(4) {
  top: 12px;
}
.burger.show span:nth-child(1), .burger.show span:nth-child(4) {
  top: 12px;
  left: 50%;
  width: 0;
}
.burger.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-size: 1.2142857143rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.main-navigation ::selection {
  background: transparent;
}
.main-navigation .menu-main-container {
  position: fixed;
  top: 5.6;
  left: 0;
  right: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 10vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .main-navigation .menu-main-container {
    padding: 0 1rem;
    top: 4.2;
  }
}
.open .main-navigation .menu-main-container {
  height: calc(100vh - 5.6);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .open .main-navigation .menu-main-container {
    height: calc(100vh - 4.2);
  }
}
.main-navigation ul.menu {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: flex-end;
  align-items: center;
  border-right: 1px solid #00c189;
  margin-right: 2.8;
  padding-right: 2.8;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .main-navigation ul.menu {
    border: none;
  }
}
.main-navigation ul.menu ul {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 2.8;
  padding: 0;
}
@media (max-width: 767px) {
  .main-navigation ul.menu ul {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0 2rem;
    margin: 0;
  }
}
.main-navigation ul.menu li:hover > ul,
.main-navigation ul.menu li.focus > ul,
.main-navigation ul.menu li.current_page_ancestor > ul {
  opacity: 1;
  visibility: visible;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 0.7;
  outline: 0;
  opacity: 0.5;
}
.main-navigation a[href="#blank"] {
  display: none;
}
.main-navigation a:hover {
  opacity: 0.8;
}
.main-navigation li {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .main-navigation li {
    display: inline-block;
    padding: 0.539 0 0.35;
  }
}
.main-navigation .current_page_item:not(.menu-item-object-custom) > a,
.main-navigation .current-menu-item:not(.menu-item-object-custom) > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation a.active {
  opacity: 1;
}

.no-focus-outline a:focus,
.no-focus-outline button:focus {
  outline: none;
}

section {
  position: relative;
}

.section1 {
  padding: 20px;
  background-size: cover;
  background-position: 50% top;
  min-height: 100vh;
  border-bottom: 4px solid #fff;
}

.no-touch .section1 {
  background-attachment: fixed;
}

.section1 #logo {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 40%;
  max-width: 40%;
  z-index: 9999;
  transition: width 0.25s;
}
.section1 #logo.fixed {
  width: 128px;
}
.section1 .txt {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(227, 227, 227, 0.8);
}
.section1 h1 {
  padding-top: 16px;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .section1 h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 750px) {
  .section1 h1 {
    font-size: 38px;
  }
}

.section2 {
  padding: 20px;
  background-image: url("assets/images/Tatjana-Lackner_Hintergrund.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  color: #fff;
}
.section2 a {
  color: #fff;
}

.section2 {
  padding: 0 20px 20px;
}
.section2 .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.section2 .icons > div {
  position: relative;
  margin-bottom: 20px;
}
.section2 .icons > div .tooltip {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  max-width: 150px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #474747;
}
.section2 .icons > div:hover .tooltip {
  opacity: 1;
}
.section2 header {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: transform 0.25s;
  overflow: hidden;
}
.section2 header .inside {
  padding: 40px;
}
.section2 header .inside img {
  max-width: 100%;
  width: 115px;
  border-radius: 0;
}
.section2 header:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 570px) {
  .section2 .icons {
    flex-direction: row;
    justify-content: space-between;
  }
  .section2 .icons > div {
    flex: 0 0 30%;
  }
  .section2 .icons > div .tooltip {
    bottom: auto;
    top: 100%;
    margin-top: 10px;
  }
  .section2 .content {
    font-size: 18px;
    line-height: 1.5;
  }
  .section2 .content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .section2 .content h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  .section2 .content h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 800px) {
  .section2 {
    padding-top: 20px;
  }
  .section2 .icons {
    max-width: 1010px;
    margin: 0 auto;
  }
  .section2 .icons > div .tooltip {
    margin-top: 20px;
    padding: 10px;
    max-width: 217px;
  }
  .section2 header {
    width: 217px;
    height: 217px;
  }
  .section2 header .inside img {
    width: 133px;
    height: 133px;
  }
  .section2 header svg path {
    fill: #ffffff;
  }
  .section2 .content {
    max-width: 1010px;
    margin: 30px auto;
    font-size: 24px;
    line-height: 2;
  }
}

.section3 {
  border-bottom: 4px solid #fff;
}
.section3 .txt {
  padding: 20px 20px 0 40px;
}
.section3 .txt h1, .section3 .txt h2, .section3 .txt h3 {
  color: #2da377;
}
.section3 .txt ul {
  padding-left: 0;
}
@media screen and (min-width: 570px) {
  .section3 .content {
    display: flex;
  }
  .section3 .content .images {
    flex: 0 0 40%;
    align-self: center;
  }
  .section3 .content .txt {
    flex: 1 1 auto;
    padding: 10px 20px 10px 40px;
    align-self: center;
    font-size: 18px;
  }
  .section3 .content .txt h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .section3 .content .txt h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  .section3 .content .txt h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 850px) {
  .section3 {
    overflow: hidden;
  }
  .section3.fader .images {
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
  }
  .section3.fader .content .txt {
    transform: scale(0);
    transition: transform 0.5s;
  }
  .section3 .content .txt {
    font-size: 24px;
    line-height: 2;
  }
  .section3.fadin .images {
    transform: scale(1);
  }
  .section3.fadin .content .txt {
    transform: scale(1);
  }
}

.section4 {
  padding: 20px;
  background-image: url("assets/images/Tatjana-Lackner_Hintergrund.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  border-bottom: 4px solid #fff;
  color: #fff;
}
.section4 h1 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section4 h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section4 h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section4 a {
  color: #fff;
}
.section4 .anmeldung {
  width: 155px;
  margin: 0px auto;
}
.section4 .anmeldung .img {
  padding: 20px 20px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.section4 .anmeldung a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (min-width: 570px) {
  .section4 .content {
    font-size: 18px;
    display: flex;
  }
  .section4 .content .anmeldung {
    flex: 0 0 40%;
    align-self: center;
  }
  .section4 .content .anmeldung .img {
    width: 155px;
    margin: 0 auto 10px;
  }
  .section4 .content .anmeldung a {
    letter-spacing: 4px;
    line-height: 1;
  }
  .section4 .content .txt {
    flex: 1 1 auto;
  }
  .section4 .content .txt h1, .section4 .content .txt h2, .section4 .content .txt h3 {
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 850px) {
  .section4 .content {
    font-size: 24px;
    line-height: 2;
    justify-content: center;
    padding-top: 35px;
  }
  .section4 .content .anmeldung {
    margin: 0;
  }
  .section4 .content .anmeldung .img {
    width: 295px;
    padding: 40px 40px 30px;
    margin: 0 auto 20px;
  }
  .section4 .content .anmeldung a {
    letter-spacing: 8px;
    line-height: 1;
  }
  .section4 .content .txt {
    max-width: 800px;
  }
  .section4.fader .img {
    transform: scale(0);
    transition: transform 0.5s;
  }
  .section4.fadin .img {
    transform: scale(1);
  }
}

.section5 {
  height: 100vh;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 4px solid #fff;
}

.no-touch .section5 {
  background-attachment: fixed;
}

.section6 {
  padding: 20px;
  background-image: url("assets/images/Tatjana-Lackner_Hintergrund.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  border-bottom: 4px solid #fff;
  color: #fff;
}
.section6 a {
  color: #fff;
}
.section6 h1 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section6 h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section6 h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section6 .content {
  display: flex;
  flex-direction: column;
}
.section6 .img {
  padding: 20px 20px 10px;
  width: 145px;
  margin: 0 auto;
}
@media screen and (min-width: 570px) {
  .section6 .content {
    font-size: 18px;
    flex-direction: row;
  }
  .section6 .content .img {
    width: 255px;
    display: flex;
    align-self: center;
  }
}
@media screen and (min-width: 850px) {
  .section6 .content {
    font-size: 24px;
    line-height: 2;
    justify-content: center;
    padding-top: 35px;
  }
}

.section7 {
  border-bottom: 4px solid #fff;
}
.section7 .content {
  display: flex;
  flex-direction: column-reverse;
}
.section7 .txt {
  padding: 20px 20px 0 40px;
}
.section7 .txt h1, .section7 .txt h2, .section7 .txt h3 {
  color: #2da377;
}
.section7 .txt ul {
  padding-left: 0;
}
@media screen and (min-width: 570px) {
  .section7 .content {
    flex-direction: row;
  }
  .section7 .content .images {
    flex: 0 0 40%;
    align-self: center;
  }
  .section7 .content .txt {
    flex: 1 1 auto;
    padding: 10px 20px 10px 40px;
    align-self: center;
    font-size: 18px;
  }
  .section7 .content .txt h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .section7 .content .txt h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  .section7 .content .txt h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 850px) {
  .section7 {
    overflow: hidden;
  }
  .section7.fader .images {
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
  }
  .section7.fader .content .txt {
    transform: scale(0);
    transition: transform 0.5s;
  }
  .section7 .content .txt {
    font-size: 24px;
    line-height: 2;
    padding-left: 50px;
  }
  .section7.fadin .images {
    transform: scale(1);
  }
  .section7.fadin .content .txt {
    transform: scale(1);
  }
}

#wrapper > footer {
  padding: 0 20px;
  color: #d6cdcd;
  font-size: 14px;
}
#wrapper > footer a {
  color: #d6cdcd;
}
#wrapper > footer p {
  margin-bottom: 0;
}
@media screen and (min-width: 570px) {
  #wrapper > footer p, #wrapper > footer div {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
