
/* general
---------------------------------------*/
* {
    box-sizing: border-box;
}
a,
a:visited {
    color: #4A4A4A;
    text-decoration: none;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



body {
    font-family: 'Roboto', sans-serif;
    background: #F0EEEB;
    border: 1.5em solid white;
    border-top: none;
	overflow-x:hidden;
}
.nachlese{
  font-family: 'Roboto', sans-serif;
  background: #F0EEEB;
  border: 1.5em solid white;

}
nav {
    min-height: 150px;
    background: white;
}

.main-nav a {
    font-weight: 600;
    font-size: .95em;
    color: #4A4A4A;
    position: relative;
}

.main-nav a:hover, .main-nav a:focus {
    color: #FF8F8F;
}

.main-nav .active:after {
    top: 22px;
    left: 0;
    position: absolute;
    content: '';
    display: block;
    background: #FF8F8F;
    height: 2px;
    width: 100%;
    margin: 0 auto;
}
.main-nav li{
    text-align: center;
    display: block;
    padding: 10px 15px;
}

.section{
  width: 100%;
}
h1 {
    font-size: 1.8em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

    margin: 0;

}

h2 {
    padding-top: 1em;
    margin: 0;
    color: #FF8F8F;
    text-align: center;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    line-height: 2em;
    text-align: justify;
    text-justify: distribute;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
img {
    width: 100%;
}


.container {
    margin: 0 auto;
    max-width: 960px;   position: relative;
    padding-right: 1em;
    padding-left: 1em;

}
.oversection{

  max-width: 960px;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 2em;
  padding-bottom: 1em;
}
.impressum{
  text-align: center;
}

/* Navigation
---------------------------------------*/
nav {
    min-height: 80px;
    background: #fff;
}


/* Landingpage
---------------------------------------*/
.section-1{
  padding-top: 1em;

}
.section-1 .container{
  background-color: transparent;
  padding-top: 1em;
}
 .section-1 p{
  margin-top: 2em;
  font-size: 0.95em;

  color: black;
  text-align: center;
  line-height: 2.25em;

}
.main_image{
  width: 100%;
  margin:0 auto;

}


.price_container{
  margin-top: 2em;
  width: 90%;
}
.price-img{
  
  width: 25%;
 

  
  
}
.price_text{
  display: block !important;
  font-size: 0.7em !important; 
  text-align: left !important;
  line-height: 2em !important;
  margin-top: 0.6em !important; 

  margin-bottom: 30px !important; 

}

.flow-img {
	  position:fixed;
	  left:8em;z-index:100;
	  bottom:5em;
	  opacity:0;
	  height:500px;
  -webkit-animation: xAxis 5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);

  animation: xAxis 5s infinite cubic-bezier(0.02, 0.01, 0.81, 1);

transition: 1s opacity;
}
.fade_in{

	opacity:1;
}

.flow-img::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
background-size: 100% auto;
background-repeat: no-repeat;
   background-image: url('../img/5.png');
  -webkit-animation: yAxis 5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
  animation: yAxis 5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
}

.moveable{
	left:0;
	width:85%;
	right:0;
	position:absolute;
	top:0em;
}
.wolke::after {
   background-image: url('../img/6.png');
   width: 120px;
}
.wolke {
right:auto;
left:0;
top:20em;
}
.balloon{
	left:75%;
	right:0;
}

.vogel::after {

  content: '';
  display: block;
  width: 200px;
  height: 400px;
background-size: 100% auto;
background-repeat: no-repeat;
   background-image: url('../img/14.png');


}
.vogel {

	 position:absolute;
	  right:0em;z-index:100;
	  bottom:0em;

	  height:400px;
    width: 200px;

opacity:1;
}

}
@-webkit-keyframes yAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes yAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@-webkit-keyframes xAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}

@keyframes xAxis {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}


/* about
---------------------------------------*/
.section-2 {
  padding-top: 1em;
}

.section-2 .container{
  background: #FFAFAF;
  padding: 20px;
  width: 100%;
  /*display: flex;*/

}
.aboutframe{
  width: 100%;
  padding-bottom: 2em;
}

.fb{
  overflow: hidden;
  padding-top: 1em;
  font-size: 1em;
  border: solid white 10px;
  text-align: center;
}
.fb-wrapper{
  width: 100%
}
.fb p{
  text-align: center;
}

.fb-share-button{
  
  margin-left: 80%;
  margin-bottom: 2em;
}

.section-2 p{

  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
  margin-bottom: 0;

  color: white;
  font-size: 1em;
  line-height: 1.7em;
}

/* vorleser
---------------------------------------*/
.section-3 {
  padding-top: 1em;
}

.section-3 .container{
  padding:0;
}

.vorleser_parent{
  display: flex;
  flex-direction: row;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2em;
  padding-left: 2em;

}
.vorleser_child{
  margin: 0 auto;
  width: 100%;
  padding-top: 1em;

}
.section-3 img{
margin: 0 auto;
width: 48%;
height: auto;
vertical-align: middle;

}

.section-3 .name{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1em;
    font-size: 0.9em;
    color: black;
    text-align: left;
    margin-top: 0;
    line-height: 1.5em;
}



/* Karte
---------------------------------------*/
.section-4 {
  padding-top: 1em;
}
.section-4 .container{
  padding:0;
}
.map_img{
  padding-top: 1em;
}

/* Partner
---------------------------------------*/

.section-6{
  padding-bottom: 2em;
}
.section-6 .oversection{
  padding-top: 1em;
}

/*Team*/
.section-team .oversection{
  padding-top: 1em;
}
.section-team .teamlist{
  padding-top: 1em;
}
.section-team li{
  padding-bottom: 1em;
}
.section-team{
  font-size: 0.85em;
  line-height: 2em;
}
/* Kontakt
---------------------------------------*/
.section-7 p{
  font-size: 0.8em;
  text-align: left;
  line-height: 1.2em

}

.section-7 .container{
  display: flex;
  display: -webkit-flex;

  flex-direction: row;
}



.contact{
  margin-top: 5em;
  width: 50%;
  height: 50%;

}


/* Footer
---------------------------------------*/
.section-8 {
  text-align: center;
  position:relative;
  font-size: 0.7em;
  padding-bottom: 2em;
}

/* Timeline
---------------------------------------*/
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container .oversection{
  padding-bottom: 3em;
  display: flex;
  flex-direction: column;
}
.eule{
  width: 60%;
  padding-top: 2em;
  max-width: 800px;
  margin: auto;

}
.cd-container h2{
  font-size: 1em;
  text-align: left;
  padding-top: 5px;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.map{
  width: 30%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: block;
}
.termin_bild{
  padding-top: 15px;
}
.termin_about{
  text-align: left;
}
.adresse{
  text-align: left;
}


@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
 content: '';
  position: absolute;
  top: 320px;
  height: 93%;
  width: 4px;
  background: #FF8F8F;
  
  margin-left: -2px;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #cd-timeline::before {
    left: 49.4%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF8F8F;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  /*left: 50%;*/
  /*up: -100%;*/
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 17px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date{
  font-size: 1.0em;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  padding-top: 1em;
  opacity: .8;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .main-nav{
    padding: 0;
  }
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;

    font-size: 1.5em;
    padding: 0.5em;

  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
body {

}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    body {

}
}

@media only screen and (min-width: 641px) and (min-device-width: 376px) {

  h1{
    font-size: 2rem;
  }

  .flow-img::after {
    content: '';
    display: block;
    width: 250px;
    height: 250px;
  background-size: 100% auto;
  background-repeat: no-repeat;
     background-image: url('../img/5.png');
    -webkit-animation: yAxis 5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxis 5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
  }


  .wolke::after {
     background-image: url('../img/6.png');
     width: 200px;
  }
  .wolke {
  right:auto;
  left:0;
  top:20em;
  }
  .balloon{
  	left:85%;
  	right:0;
  }

  .section-1 h2{
    padding-top: 0;
  }
  .section-1 p{
    font-size: 1.2em;
    line-height: 1.7em;
    text-align: center;
  }
  .price_text{
   
  }
  .section-1 .container{
    padding-top: 1em;
    width: 67%;
  }
  .section-1 h2{

  }
  
.moveable{
  width: 85%;
}

  .section-2 p{
    font-size: 1.3em;
  }
  .main-nav,
  .row,
  .navigationcontainer {
    display: flex; 
  	transition: 0.5s all;
  }
  .main_image{
    padding-top: 6em;
  }

  nav{
    max-height: 100px;
  }

.section-1 h2{
  font-size: 1.8em;
}
  .move_out{
  		transition: 0.5s all;
  	    -ms-transform:  translate(00px, -300px);
      -webkit-transform:  translate(00px, -300px);
  transform: translate(00px, -300px);
  }.move_in{

  	    -ms-transform:  translate(-300px, 00px);
      -webkit-transform:  translate(-300px, 00px);
  transform: translate(-300px, 00px);
  }

  .navigationcontainer {
      margin: 0 auto;
      width: 100%;
      max-width: 960px;
      flex-direction: column;
      align-items: center;

  }
  .main-header {
      position: fixed;
      width: 100%;
      left: 0;
      z-index: 3;
      font-size: 1.2em;
  }
  .header{
    line-height: 3em;
  }

  .navigationcontainer {
      margin: 0 auto;
      width: 100%;
      max-height: 200px;
      max-width: 960px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .main-nav{
  padding: 2em;
  padding-bottom: 0em;
  }

  .vorleser_parent{
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vorleser_child{
    width: 28%;
    margin: 0 auto;
    padding-top: 1em;
  }
  .gridfiller{
    width: 28%;
    height: 0;
  }
  .section-3 img{
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: middle;
  }

  .section-3 .name{
      width: 100%;
      /*display: inline-block;*/
      padding-top: 1em;
      font-size: 1em;
      color: black;
      text-align: left;
      margin-top: 0;
      line-height: 1.5em;
      padding-left: 0;
  }

}

@media only screen and (min-width: 1025px) {

  h1{
    font-size: 2rem;
  }
  .oversection{
    padding-left: 0;
  }
  .container {
    padding-left: 0;
  }
  .section-2{
    display: flex;
    flex-direction: column;
  }

  .section-2 .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }

  .section-3 .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }
  .section-4 .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }
  .cd-container .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }
  .section-6 .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }
  .section-team .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }
  .section-7 .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }
  .section-8 .wrapper{
    margin: auto;
    width: 80%;
    max-width: 960px;
  }




  .flow-img::after {
    width: 350px;
    height: 350px;
  }
  .balloon{
    left: 90%;
  }
  .wolke::after {
     background-image: url('../img/6.png');
     width: 200px;
  }
  .section{
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 960px;
}
.container{
  margin: auto;
}
.cd-container{
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 960px;
}
cd-container .oversection{
  width: 50%;
  margin: auto;
}

.section-1 .main_image{
  padding: 0;
  margin: auto;
}
.section-7 p{
  font-size: 0.7em;
  line-height: 1.7em;
  text-align: left;
}
header {
  height: 100px;
}

.vorleser_child p{
  font-size: 2em;
  padding-left: 0;
}

#cd-timeline::before {
  /* this is the vertical line */
 content: '';
  position: absolute;
  top: 450px;
  height: 91%;
  width: 4px;
  background: #FF8F8F;
  margin-left: -2px;
}


}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
  body{

  }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
}

 .footlogo {
    margin-top: 2em;
    width: 18em;
     margin-left: auto;
    margin-right: auto;
}

.footlogo img {
    width: 18em;

}

/* queries
---------------------------------
.section-2 {
  padding-top: 1em;
}

.section-2 .container{
  background: #FF8F8F;
  padding: 1em;
  width: 100%;
  display: flex;

}
.aboutframe{
  width: 48%;
  padding-right: 10px;
}
.facebook{
  padding-right: 1em;
}
