/*
Theme Name: S&O Responsive
Description: Individualanpassung für Schlütken & Ottens - Startpage
Author: Stefan Lipgens
Author URI: http://www.lipgens.de
Template: zerif-lite
Version: 1.0
Tags:
*/
/* COLORS */
.white {
  color: #ffffff;
}
/* FONTS */
@font-face {
  font-family: "OpenSans";
  src: url('assets/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url('assets/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "OpenSans-Light";
  src: url('assets/fonts/OpenSans-Light.ttf') format('truetype');
}

/* RESET */ 
body {
  color: #ffffff;
  background-color: #48679d ;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  font-family: "OpenSans", "Arial", sans-serif;
  font-size: 14px;
}
html, p, div, td, th, span, a, h1, h2, h3, h4 {
  font-family: "OpenSans", "Arial", sans-serif;
}
a,
a:visited,
a:active,
a:focus,
a:hover{
  color: #ffffff;
  -webkit-transition: all 0ms;
  transition: all 0ms;
  text-decoration: none;
}
b,
strong,
b *, 
strong *,
.bold,
.strong {
  font-family: "OpenSans-Bold", "Arial", sans-serif;
  font-weight: normal;
}
h1,h2,h3, li, p, span, a {
  hyphens: auto;
}
h1, h2, h3,
.section-header h1, .section-header h2, .section-header h3,
h1 > span, h2 > span, h3 > span,
h3 > a {
  margin:0;
  padding:0;
}
h2, h3, h4, h5, h6 {
  font-family: "OpenSans-Bold", "Arial", sans-serif;
  margin: 0 0 5px 0;
}
p,
.site-main p,
.left-column,
.right-column,
.section-content {
  hyphens: auto;
}
div.mobile-bg-fix-whole-site {
  margin: 0 auto !important;
  overflow-x: hidden;
}
header#home {
  display:none;
}
body.home #content.site-content{
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-content {
  background-color: inherit;
}
body:not(.home) #content.site-content{
  padding: 30px 0 0 0;
}
.logos {
  height: 6.5vw;
  min-height: 125px;
  width: 100%;
  background-color: rgba(255,255,255,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.logo.allianz {
  width: 294px;
  height: 76px;
}
.logo.bav{
  width: 134px;
  height: 78px;
}
.separator {
  height: 80px;
  width: 5px;
  margin: 0 72px;
  background-color: #ffffff;
}
.container {
  width: 960px;
  padding: 0;
}
.entry-title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", "Arial", sans-serif;
}
.closer {
  width: 100%;
  height: 90px;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
}
article.hentry {
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-main p {
  margin: 0 0 5px;
}
body:not(.home) ol {
  margin-left: 16px;
}
body:not(.home) ol li {
  font-family: "OpenSans-Bold", "Arial", sans-serif;
}
body.home #footer{
  position: absolute;
  bottom: 0;
}
#footer {
  background: transparent;
  padding: 30px 0;
  height: 105px;
}
#footer ul.menu{
  width: 100vw;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer ul.menu li {
  text-transform: uppercase;
  font-size: 16px;
}
#footer ul.menu li:first-of-type {
  padding-right: 20px;
  border-right: 1px solid white;
  line-height: 12px;
}
#footer ul.menu li:last-of-type {
  padding-left: 20px;
}

/* RESPONSIVENESS */
@media screen and (max-width: 999px) {
  .container{
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 660px) {
  .logos {
    height: 12vw;
    min-height: inherit;
  }
  .logo.allianz{
    height:8vw;
    width: 31.16vw;
  }
  .logo.bav{
    height:8vw;
    width: 13.74vw;
  }
  .separator {
    width: 3px;
    height: 8vw;
    margin: 0 6vw;
  }
}

@media screen and  (max-width: 480px){
  .closer {
    height: 30px;
  }
  h2 {
    font-size: 14px !important;
  }
  .logos {
    height: 20vw;
  }
}

