/*	Author: Sascha Milivojevic (info@hey-sascha.de):
   
		------------------------------------------------------
   
		ASS v1 stylesheet
  
		----------------------------------------------------*/
		
/*	CSS Imports
  
		----------------------------------------------------*/
        
@import url('css/fonts.css');

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #FFF041;
    text-shadow: none;
}

::selection {
    background: #FFF041;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   Fontsizing
   ========================================================================== */
   
html, body {
  width: 100%;
  height: 100%;
  margin: 0;}
  
body {
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #FFF;}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}
@media screen and (max-width: 39em) {
  body {
    font-size: 90%;}
}

p {
  font-size: 1em;
  line-height: 1.46em;
  color: #000;
  margin-bottom: 1.46em;
  margin-top:6px;}
  
strong {
  font-weight: 700;}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.05em;
  margin-top:0;}

h1 {
  font-size: 1.1em;
  font-weight: 700;   
  margin-bottom: 0;
  letter-spacing: 0.01em;}

h2 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.02em;}

  
.content p, .content h2 {
  font-size: 1.125em;}  

h2 a { color:#000;}
  
h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center !important;
  width: 100%;
  text-shadow: -1px 0 #f3e600, 0 1px #f3e600, 1px 0 #f3e600, 0 -1px #f3e600;}
  
h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;}

h4 a {
  color: #000;}

h5, h6 {
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;}
  
.content a {
  color: #000;
  text-decoration:none;
  border-bottom: 2px solid #f3e600}
  
h1 a, h3 a, h5 a {
  text-decoration: none;
  color: #000;
  border-bottom: none !important;}
  
.content ul li {
  font-size: 18px;}
  
@media screen and (max-width: 980px) {
  p, h4, h5, h6, .content ul li {font-size: 16px; } 

}
hr {
  border-top: 2px solid #000;
  box-shadow: inset 0 -2px 0 #f3e600;
  margin: 60px 0px;}
  

  
.content a:hover {
  border: none;}
  
/* ==========================================================================
   Layout
   ========================================================================== */
div img {
	max-width: 100%;
	width: auto\9; /* ie8 */} 
  
.page, .wrapper {
  position: relative;
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 20px;}
  
.topbar {
  width: 100%;
  background-color: #feed00;}
  
.wrapper {
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;}
  
.logobar {
  width: 200px;}
  

.contentStart {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;}
  
.content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 36px;
  padding-bottom: 36px; }
  
.box {
  width: 32%;
  max-width: 345px;
  background-color: #FFF;
  margin-bottom: 36px;
  border-bottom: 3px solid #feed00;}
  
@media screen and (max-width: 770px) {
.box {
  width: 49%;}
}

@media screen and (max-width: 640px) {
.contentStart { justify-content: center;}
.box { width: 100%;}
}
  
.box .bild {
  margin-bottom: 1em;}
  
.video {
  margin-bottom: 1.125em;
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;}
  
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
  
.footer {
  border-top: 3px solid #feed00;
  width: 100%;
  display: flex;
  padding-top: 12px;
  padding-bottom: 72px;}
  
.footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;}
  
.footer ul li {
  font-size: 0.85em;
  line-height: 1.45em;
  margin-right: 36px;
  list-style: none;
  margin-bottom: 1.45em;}
  
.footer ul li a {
  color: #000;}
  

  
/* ==========================================================================
   animated hamburger icon
   ========================================================================== */
   
li#nav_menu-2 {
  list-style: none;}
   
.navibar {
  width: 750px;
  max-width: 750px;}
  
.navibar ul {
  padding: 1px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;}
  
.navibar ul li{
  list-style: none;
  font-size: 1em;
  font-weight: 500;
  margin-left: 17px;
  text-transform: lowercase;}
  
.navibar ul li a {
  color:#000;
  text-decoration: none;}
  
.navibar ul li a:hover {
  text-decoration: underline;}
   
.opener {
  position: absolute;
  top: 8px;
  right: 20px;
  display: none;}
  
@media screen and (max-width: 1023px) {
.opener { display: block; }
.navibar { 
  z-index: 9999;
  display: none; 
  position: absolute;
  top: 60px;
  left:0;
  width: 100%;
  background-color: #feed00;
  padding-bottom: 30px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 8px 6px -6px black;}
  
.navibar ul { 
  display: block;
  padding: 0; }
  
.navibar ul li {
  font-size: 18px;}
}
 
  #nav-icon3 {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 10px auto 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    
  /* Icon 3 */
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top:11px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 22px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 22px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 22px;
    width: 0%;
    left: 50%;
  }