@charset "UTF-8";
/* CSS Document */

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #00338c;
    line-height: 1.6em;
    background: url(../img/philipp_zdrenka_hintergrundbild.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
}

.wide {
    position: relative;
	width: 100%;
	display: block;
}

.inner {
    position: relative;
	width: 960px;
	display: block;
	margin: 0 auto;
}
/* Header */
header {
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}

.transparentHead {
    background-color: rgba(255,255,255,0.6);
    padding: 5px 0;
}

.lgo {
	width: 184px;
    display: block;
    padding: 5px 0px;
}

.kontaktHeader {
    position: absolute;
    right: 0;
    top: 10px;
	display: block;
	width: 143px;
    height: auto;
    margin: 5px 160px 0px 0px;
	background-position: center right;
}

.kontaktHeader img {
    padding-right: 6px;
}

.telefonHeader {
    font-size: 18px;
	text-align: center;
	white-space: nowrap;
    line-height: 0.5em;
    border-top: 4px solid #0073CF;
	padding-top: 10px;
}

/* Navigation */
.sidenavOuter {
    position: fixed;
    width: 104px;
    height: auto;
    margin-left: 830px;
    top: 120px;
    z-index: 3;
	text-transform: uppercase;
}
.sidenavInnerDunkelblau {
	width: 104px;
    height: 104px;
    margin: 0px 0px 10px 0px;
    background-color: rgba(0,115,207,0.8);
    display: table;
    
}
.sidenavInnerHellblau {
	width: 104px;
    height: 104px;
    margin: 0px 0px 10px 0px;
    background-color: rgba(64,151,220,0.8);
    display: table;
}

.sidenavOuter a {
    text-decoration: none;
    color: #00338c;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sidenavOuter a:hover {
  color: #ffffff;
}

.sidenavOuterSelected {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* Inhalt */
.content {
    width: 646px;
    background-color: rgba(255,255,255,0.8);
    background-position: center center;
    margin: 90px 0px 0px 154px;
}

.contentInner {
    width: 525px;
    margin: 0 auto;
    padding: 30px 0px;
}

.contentHeadline {
    margin-top: 40px;
	background: url(../img/ds_ibzdrenka_icon_quadrate.svg) left center no-repeat;
	padding-left: 60px;
	padding-top: 5px;
}

.contentHeadline img {
    float: left;
    margin-right: 10px;
    }

h1 {
	text-transform: uppercase;
    font-size: 1.4em;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1em;
}

h2 {
    text-transform: uppercase;
	font-weight: 100;
	font-size: 1.1em;
	line-height: 2.4em;
}

h3 {
    padding: 20px 0 0 45px;
	font-weight: 800;
    font-size: 1.1em;
	letter-spacing: .1em;
	line-height: 1em;
    text-transform: uppercase;
	background: url(../img/ds_ibzdrenka_icon_quadrate.svg) left bottom no-repeat;
	background-size: 35px;
}
h7 {
    text-transform: uppercase;
	font-weight: 100;
	font-size: 1.1em;
	line-height: 1.2em;
}

.contentHeadline h1, 
.contentHeadline h2 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
a {
    text-decoration: none;
    color: #00338c;
}
a:hover {
  color: #0073cf;
}
.line {
    border-bottom: solid 1px;
}
p.line {
    margin-bottom: 50px;
}

/* Flexbox Artikel*/

.artikel-container {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
    margin: 40px 0px;
	background-size: 25px;
	background-position: center center;
}

.artikel-items1 {
  	width: 30%;
  	height: auto;
 	margin: 0;  /* Magic! */
}
.artikel-items2 {
  	width: 50%;
  	height: auto;
 	margin: 0;  /* Magic! */
    flex-grow: 2;
}
.artikel-items3 {
  	width: 40%;
  	height: auto;
 	margin: 0;  /* Magic! */
    flex-grow: 1;
}
.artikel-items4 {
  	width: 40%;
	padding: 10px;
  	height: auto;
 	margin: 0;  /* Magic! */
    flex-grow: 1;
}
.artikel-items3 a {
    text-decoration: none;
    color: #00338c;
}

.artikel-items3 a:hover {
  color: #0073cf;
}

/* Kontakt */
.kontaktLeft {
    position: relative;
    top: 10px;
	display: block;
	width: 153px;
    height: auto;
	padding: 15px 20px;
}

a.kontakt {
	font-size: 15px;
    text-decoration: none;
	text-align: right;
}
footer {
    position: fixed;
    font-size: 12px;
    color: #ffffff;
	text-align: left;
    top: 40%;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
  color: #00338c;
}
.disclaimer a {
	font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

/* Anpassung Mobil */

.innerMobil {
    position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.lgoMobil {
	width: 184px;
    display: block;
    padding: 5px 35px;
}

.contentMobil {
    width: 90%;
    background-color: rgba(255,255,255,0.8);
    background-position: center center;
    margin: 90px auto 0px auto;
}

.contentInnerMobil {
    width: 90%;
    margin: 0 auto;
    padding: 10px 2%;
}

.contentHeadlineMobil img {
    float: left;
    margin-right: 10px;
    }

h4 {
    padding: 0px 0 0 25px;
	text-transform: uppercase;
    font-size: 1.1em;
	font-weight: 800;
	line-height: 0.8em;
    display: inline;
    background: url(../img/ds_ibzdrenka_icon_quadrate.svg) left bottom no-repeat;
	background-size: 20px;
}

h5 {
    text-transform: uppercase;
	font-weight: 100;
	font-size: 1em;
	line-height: 1.2em;
}

h6 {
    padding-top: 10px;
	font-weight: 800;
    font-size: 1em;
	letter-spacing: .1em;
	line-height: 1.6em;
    text-transform: uppercase;
}

  .boxShadow {
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2), 0px 0px 5px 3px rgba(0, 0, 0, 0.19);
      }

  .boxShadow a {
      box-shadow: 0px 0px 5px 2px rgba(0, 51, 150, 0.2), 0px 0px 5px 3px rgba(150, 200, 50, 0.19);
      }

.disclaimerMobil a {
	font-size: 10px;
    color: #00338c;
    text-decoration: none;
}

.disclaimerMobil a:hover {
  color: #0073cf;
}


/* Swiper */
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-pagination-bullet {
     background: url(../img/ds_ibzdrenka_icon_quadrat_dunkelblau.svg) no-repeat;
	border-radius: 0;
        }

@media only screen and (max-width: 480px){
    #desktop {
    display: none;
    }
}
@media only screen and (min-width: 481px){
    #mobil {
    display: none;
    }
}