/*   
  Theme Name: RetoFrank.ch
  Theme URI: http://retofrank.ch
  Description: Das Wordpress-Template von Reto Frank
  Author: Tobias Riedi
  Author URI: http://contentmakers.ch
  Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700italic,300italic,300,100,100italic,400italic,700,900,900italic);

/* Allgemein */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-family: 'Lato';
  font-weight: 300;
  height: 100%;
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}


a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: dotted 1px;
}

a:hover {
  text-decoration: none !important;
  border-bottom: solid 1px;
}

/* Navigation */

.logo a img {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  width: 179px;
  height: 40px;
}

nav {
  z-index: 200;
  margin: 0 auto;
  position: relative;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

nav #menu {
  position: relative;
  margin: 0 auto;
  z-index: 200;
  width: 100%;
  height: 80px;
  background-color: #0288d1;
  margin-top: 60px;
}

nav ul {
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
  float: right;
}

nav ul a {
  color: #ffffff;
}
nav ul li {
  font-family: 'latoblack';
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.5px;
  position: relative;
  float: left;
  height: 105px;
}

nav ul li a {
  border: none;
  float: left;
  height: 80px;
  margin: 0;
  background-color: none;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
   transition-property: background-color, height, margin-top;
   transition-duration: 0.3s;
  opacity: 1;
}

nav ul li a:hover {
  border: none;
  background-color: #4fc3f7;
  margin-top: -7px;
  padding-top: 37px;
  height: 87px;
  color: #3a3c42;
  text-decoration: none;
}

.current_page_item a {
  float: left;
  padding-top: 37px;
  background-color: #4fc3f7;
  margin-top: -7px;
  height: 87px;
  color: #3a3c42;
  text-decoration: none;
}

.menu-mobile {
  display: none;
  float: right;
  height: 100%;
  width: 80px;
  background-color: #4fc3f7;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
}

.menu-suche {
  height: 100%;
  width: 80px;
  margin-left: 20px;
  background-color: #4fc3f7;
  border: none;
  float: right;
  position: relative;
   transition-duration: 0.5s;
  display: block;
  cursor: pointer;
}

nav input[type=text] {
  background: #4fc3f7 url(/wp-content/themes/retofrank/images/header/suche.png) no-repeat 28px center;
  border: none;
  padding: 9px 0px 9px 82px;
  width: 65px;
  height: 80px;
  border-radius: 0px;

  outline: none;
  font-size: 12px;
  font-family: "latoblack"
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
  nav input[type=text] {
    background: #4fc3f7 url(/wp-content/themes/retofrank/images/header/suche@2x.png) no-repeat 28px center;
    background-size: 22px 22px;
  }
}

@media all and (min-device-pixel-ratio: 2) {
  nav input[type=text] {
    background: #4fc3f7 url(/wp-content/themes/retofrank/images/header/suche@2x.png) no-repeat 28px center;
    background-size: 22px 22px;
  }
}

@media all and (-moz-device-pixel-ratio: 2) {
  nav input[type=text] {
    background: #4fc3f7 url(/wp-content/themes/retofrank/images/header/suche@2x.png) no-repeat 28px center;
    background-size: 22px 22px;
  }
}

nav input[type=text]:focus {
  width: 200px;
  padding: 9px 15px 9px 72px;
}

nav ul li a input[type=text]:focus {
  color: rgba(255, 255, 255, 0.3);
}


nav input:-moz-placeholder {
  color: #3a3c42;
}
nav input::-webkit-input-placeholder {
  color: #3a3c42;
}

/* Mobile Menu */

@media (max-width: 992px) {
  nav #menu {
    margin-top: 15px;
    height: 70px;
    } 

  nav ul {
    display: none;
  }

  .logo a img {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    width: 134px;
    height: 30px; 
  }


  .sb-slidebar .logo a img {
    float: none;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 134px;
    height: 30px; 
  }

  .menu-mobile
  {
    display: block;
  }

  .current_page_item a {
    float: none;
    padding: 0;
    background: none;
    opacity: 0.4;
    margin: 0;
    height: auto;
    color: #3a3c42;
    text-decoration: none;
  }

}

.menu-mobile-top, .menu-mobile-mid, .menu-mobile-bot  {
  margin: 0 auto;
  width: 55%;
  height: 4.5px;
  margin-top: 8.5px;
  background-color: #3a3c42;
  list-style: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}

.menu-mobile:hover .menu-mobile-top{
    margin-top: 10px;
      transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* für ältere IE Versionen */
  -moz-transform:rotate(45deg); /* für ältere FireFox Versionen */
  -webkit-transform:rotate(45deg); /*  für ältere Safari und Chrome Versionen */
  -o-transform:rotate(45deg); /* für ältere Opera Versionen */
  }

.menu-mobile:hover .menu-mobile-mid {
    opacity: 0;
  }

.menu-mobile:hover .menu-mobile-bot{
    margin-top: -18px;
      transform:rotate(-45deg);
  -ms-transform:rotate(-45deg); /* für ältere IE Versionen */
  -moz-transform:rotate(-45deg); /* für ältere FireFox Versionen */
  -webkit-transform:rotate(-45deg); /*  für ältere Safari und Chrome Versionen */
  -o-transform:rotate(-45deg); /* für ältere Opera Versionen */
  }


#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1; /* Site sits above Slidebars */
  background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

.sb-slidebar a {
  border: 0;
}

.sb-slidebar {
  height: 100%;
  overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0; /* Slidebars sit behind sb-site. */
  display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-slidebar ul {
  list-style: none;
  padding-left: 0px;
}

.sb-slidebar ul li {
  font-family: 'latoblack';
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 16px 16px 16px 20px;
  border-top: 1px #464851 solid;
}

.sb-slidebar ul li:last-child {
  padding: 16px 16px 16px 20px;
  border-top: 1px #464851 solid;
  border-bottom: 1px #464851 solid;
}


.sb-slidebar ul li a {
    width: 100%;
  color: rgba(255,255,255, 1);
  border: none;
  text-decoration: none;
  padding: 10px;

}

.sb-right {
  right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
  .sb-slidebar {
    width: 250px;
    z-index: 0;
  }

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
     -moz-transition: -moz-transform 400ms ease;
       -o-transition: -o-transform 400ms ease;
          transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

.sb-hide { 
  display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* Header */

.header_section {
  width: 100%;
  height: 640px;
  position: relative;
  display: block;
}


.header_layer{
  width: 100%;
  height: 640px;
  position: relative;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/;
  z-index: 10;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.header_leitsatz {
  width: 100%;
  height: 640px;
  position: absolute;
  z-index: 150;
}

.header_leitsatz span {
  line-height: 55px;
  text-shadow: 3px 1px 9px rgba(0, 0, 0, 0.9);
  padding-bottom: 40px;
  font-family: 'latosemibold';
  font-size: 36px;
  color: #fff;
  position: absolute;
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
  left: 0;
  right: 0;
}

.header_leitsatz span .container {
  margin: 0 auto;
}

.header_img {
  text-align: center;
  position: absolute;
  width: 100%;
  height: auto; 
  z-index: 5;
  overflow: hidden;
}

.header_icon {
  width: 163px;
  height: 163px;
  position: absolute;
  margin-top: 40px;
}

.header_icon img {
  position: absolute;
}

.header_img img {
  bottom: 0;
  margin-top: 0px;
  width: auto;
  height: 660px; 
  z-index: 5;
}

@media (min-width: 1480px) {
  .header_img img {
  width: auto;
  height: 850px;
}
}

}
@media (max-width: 992px) {
.header_img img {
  margin-left: -450px;
  margin-top: -20px;
}

 .header_img {
  text-align: center;
  width: 100%;
  height: 580px; 
}
  .header_layer {
  width: 100%;
  height: 580px;

}
  .header_section {
  width: 100%;
  height: 580px;
}

.header_leitsatz span{
  line-height: 55px; 
  padding-bottom: 80px;
  margin-top: 0;
}

}

@media (max-width: 767px) {
.header_leitsatz span{
  font-size: 25px;
  line-height: 35px; 
  bottom: 0;  
  padding-bottom: 180px;
}

.header_leitsatz .col-md-2 {
  display: block;
  text-align: justify;
}

.header_icon{
  text-align: center;
  display: inherit;
  width: 130px;
  height: 130px;
  margin-top: 50px;
}

.header_icon img{
  width: 150px;
  height: 150px;
}
  .header_layer {
  width: 100%;
  height: 480px;

}
  .header_section {
  width: 100%;
  height: 480px;
}
 .header_img {
  text-align: center;
  width: 100%;
  height: 480px; 
}

.header_img img {
  margin-left: -650px;
  margin-top: -40px;
  height: 580px;
}
}

/* Sektionen */

.video-container {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;

}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.ueberschrift_links {
  font-family: 'latosemibold';
  font-weight: normal;
  text-align: left;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
section em {
  font-family: 'latoitalic';
  font-weight: normal;
  font-style: normal;
}

section em strong {
  font-family: 'latosemibold_italic';
  font-weight: normal;
  font-style: normal;
}

section strong {
  font-family: 'latosemibold';
  font-weight: normal;
  font-style: normal;
}

.section_typ_grau {
  position: relative;
  z-index: 5;
  font-family: 'latoregular';
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  background-color: #ecf0f1;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section_typ_grau h3 {
  font-family: 'latosemibold';
  font-weight: normal;
}
.section_typ_grau h2 {
  font-family: 'latosemibold';
  font-weight: normal;
}



.section_typ_blau {
  font-size: 15px;
  font-family: 'latoitalic';
  text-align: center;
  color: #fff;
  background-color: #0288d1;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}

.section_typ_blau img {
  position: relative;
  z-index: 20;
}

.section_typ_kontakt {
  position: relative;
  z-index: 10;
  text-align: center;
  background-color: #4fc3f7;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section_typ_kontakt h2 {
  color: #fff;
  font-weight: normal;
  font-family: 'latosemibold';
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
}


.section_typ_kontakt .wpcf7-form .wpcf7-text{
  border: none;
  width: 80%;
  padding: 15px;
  background-color: #0288d1;
  font-size: 15px;
  font-family: 'latoregular';
  color: #fff;
  outline: none;
}

::-webkit-input-placeholder {
   color: rgba(255,255,255,0.5);
}

.section_typ_kontakt .wpcf7-form .wpcf7-submit{
  border: none;
  padding: 15px;
  background-color: #0288d1;
  font-size: 13px;
  font-weight: normal;
  font-family: 'latosemibold';
  color: #fff;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.section_typ_kontakt .wpcf7-form .wpcf7-submit:hover {
  background-color: #fff;
  color: #0288d1;
}

.section_typ_kontakt .wpcf7-form {
  text-align: center;
}

.section_typ_kontakt .wpcf7-form textarea{
  border: none;
  width: 80%;
  padding: 15px;
  height: 100px;
  background-color: #0288d1;
  font-size: 15px;
  line-height: 25px;
  font-family: 'latoregular';
  color: #fff;
  outline: none;
}


.section_kontakt_icon {
  width: 220px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.section_kontakt_icon 

@media (max-width: 992px) {
  .ueberschrift_links {
  font-family: 'latosemibold';
  text-align: center;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}

.section_typ_kontakt .wpcf7-form .wpcf7-text{
  width: 80%;
}

.section_typ_kontakt .wpcf7-form textarea{
  width: 80%;
}


}

@media (max-width: 767px) {
  .section_kontakt_icon {
  width: 180px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.section_typ_blau {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section_typ_grau p {
  text-align: center;
  margin-bottom: 50px;
}

.section_typ_grau h3 {
  font-weight: normal;
  text-align: center; 
}

.section_typ_kontakt .wpcf7-form .wpcf7-text{
  width: 100%;
}

.section_typ_kontakt .wpcf7-form textarea{
  width: 100%;
}


}

/* Home */
.home_logo {
  width: 212px;
  height: 48px;
  margin-left: 15px;
  margin-top: 70px;
}
.home_intro {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  background-image: url(/wp-content/themes/retofrank/images/home/home_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100% ;
  z-index: 0;
  position: relative;
}

.foto_reto {
  margin-top: -90px;
  position: relative;
  text-align: right;
}

.home_intro img {
  width: 100%;
  height: auto;

}

.home_intro .video-container {
  margin-top: 40px;
}

.home_menu {
  margin-top: -60px;
  z-index: 100;
  background-color: #ecf0f1; 
  position: relative;
}

.home_menuicon {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  width: 160px;
  height: 160px;
  border-radius: 200px;
  background-color: #4fc3f7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding-top: 45px;
  overflow: hidden;
}

.home_menupunkt {
  text-align: center;
  font-family: 'latoblack';
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.5px;
  background-color: #ecf0f1;
  min-height: 80px;
  padding-top: 30px;
  margin-top: -20px;
  cursor: pointer;
}

.home_menu a {
  text-decoration: none;
  color: #3a3c42;
}

.home_menu a:hover {
  text-decoration: none;
  color: rgba(58, 60, 66, 0.6);
}

a:hover .home_menuicon {
  margin-top: -110px;
  margin-bottom: 30px;
}

@media (min-width: 1440px) {
  .home_menupunkt {
    text-align: center;
  font-family: 'latoblack';
  font-weight: normal;
  font-size: 12px;
  min-height: 120px;
  padding-top: 40px;
}
}

@media (max-width: 992px) {
.home_logo {
  text-align: center;
  width: 212px;
  height: 48px;
  margin-left: 0; 
  margin-top: 30px;
}

.home_logo img {
  width: 70%;
  height: auto;
}

  .home_menu {
    margin-top: -118px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .foto_reto {
    margin: 0;
  }
  .home_menupunkt {
    text-align: center;
  font-family: 'latoblack';
  font-weight: normal;
  font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 0;
    width: 100%;
    padding-top: 20px;
    min-height: 20px;
    padding-bottom: 20px;
    background-color: #4fc3f7;
    color: #fff;
    margin-bottom: 20px;
  }
  .home_menuicon {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .home_menu .col-md-3 {
    width: 50%;
    float: left;
  }
a:hover .home_menuicon {
  margin-top: 0;
  margin-bottom: 0;
}
}

@media (max-width: 767px) {
  .home_menu {
    margin-top: -40px;
  }

   .home_menu .col-md-3 {
    width: 100%;
    float: none;
  } 
}

@media (max-width: 500px) {
  .home_logo {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}
}

/* Aktuell */

.section_highlight {
  color: #fff;
  position: relative;
  z-index: 10;
  font-family: 'latoregular';
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  background-color: #4fc3f7;;
  padding-top: 30px;
  padding-bottom: 40px;  
  text-align: left;
}

.section_highlight i {
  margin-top: 18px;
  font-size: 50px;
  opacity: 0.5;
}

.section_typ_aktuell{
  position: relative;
  z-index: 10;
  font-family: 'latoregular';
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  background-color: #ecf0f1;
  padding-top: 30px;
  padding-bottom: 80px;
}

.section_typ_aktuell h3 {
  font-family: 'latosemibold';
  font-weight: normal;
}
.section_typ_aktuell h2 {
  font-family: 'latosemibold';
  font-weight: normal;
}
@media (max-width: 767px) {

.section_typ_aktuell p {
  text-align: center;
  margin-bottom: 50px;
}

.section_typ_aktuell h3 {
  font-weight: normal;
  text-align: center; 
}

.section_typ_aktuell .col-md-8, .section_typ_aktuell .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

#sidebar_padding {
  padding-right: 0;
}

}

.post {
  text-align: left;
  background-color: #fff;
  margin-bottom: 30px;
}

.post img {
  max-width: 100%;
  height: auto;
}
.entry {
  text-align: left;
  padding: 20px 20px 20px 20px;
  color: #7d7d7d;
}

.entry h2 a {
  border: none;
}

.entry p {
  margin-top: 0;
  text-align: left;
}

.kategorie a{
  border: none;
  color: #fff;
  float: left;
  background-color: #4fc3f7;
  padding: 3px 7px 3px 7px;
  margin-right: 5px;
}

.kategorie a:hover{
  color: rgba(255,255,255,0.5);
}

.post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-categories li {
  margin: 0;
  float: left;
}

.meta {
  margin-top: 3px;
  font-family: 'latoitalic';
  float: right;
}

.meta i {
  margin-right: 3px;
}

.tags a {
  color: #4fc3f7;
  margin-right: 10px;
  font-size: 13px;
 border: 1px dotted #4fc3f7;
 border-radius: 0px;
 padding: 5px;
}

.tags a:hover[rel="tag"]
 {
 border: 1px solid #4fc3f7;
  background-color: #4fc3f7;
  color: #fff;
}

.post h2 {
  margin-left: 15px;
  float: left;
  margin-top: 5px;
  padding: 0;
}

.post_thumbnail {
  border: 1px #fff solid;
  width: 100%;
  height: auto;
}

.sidebar {
  color: #7d7d7d;
  height: auto;
  background-color: #fff;
   text-align: left;
  border-left: 1px solid #fff; 
  padding: 20px;
}

.sidebar .fa {
  margin-right: 10px;
}

.sidebar h2 {
  font-family: 'latosemibold';
  font-size: 17px;
  font-weight: normal;
  margin: 0;
}

.sidebar ul {
  font-family: 'latoregular';
  font-size: 15px;
  line-height: 2em;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.aktuell_link {
  list-style: none;
  margin-left: 28px;
  padding: 0;
  line-height: 30px;
}

.single_ueberschrift {
  color: #337ab7;
  margin-left: 15px;
  margin-top: 5px;
  padding: 0;
}
  #sidebar_padding {
  padding-right: 0px;
}

.search_sidebar {
  margin-bottom: 20px;
}

.search_sidebar input {
    font-family: 'latoregular';
  font-size: 15px;
  padding: 4px;
  width: 75%;
  color: #7d7d7d;

}

.search_sidebar input:nth-child(2) {
  background-color: #4fc3f7;
  border: none;
  color: #fff;
  padding: 7px;
  width: 20%;
  transition: 0.3s;
}

.search_sidebar input:nth-child(2):hover {
  color: rgba(255,255,255,0.5);
}

@media (max-width: 1200px) {
  .kategorie a {
    float: none;
  }
  #sidebar_padding {
  padding-right: 0px;
}
  .meta {
    clear: both;
    float: none;
  }
  .post h2 {
    clear: both;
    float: none;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 5px;
}
  .post h2 a{
    margin-left: 0px;
}
.entry p {
  margin-top: 30px;
  text-align: left;
}

}

.archiv_ueberschrift {
  font-family: 'latosemibold';
  font-size: 17px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #4fc3f7;
  padding: 15px;
  text-align: left;
  margin-left: 15px;
}

/* Politik */


@keyframes nadel {
  0%   { transform: rotate(0deg); }
  50% { transform: rotate(-30deg); }
  100% { transform: rotate(0deg); }
}
@-webkit-keyframes nadel {
  0%   { -webkit-transform: rotate(0deg); }
  50% { -webkit-transform: rotate(-30deg); }
  100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes nadel {
  0%   { transform: rotate(0deg); }
  50% { transform: rotate(-30deg); }
  100% { transform: rotate(0deg); }
}

@-o-keyframes nadel {
  0%   { transform: rotate(0deg); }
  50% { transform: rotate(-30deg); }
  100% { transform: rotate(0deg); }
}

.header_icon .kompass_nadel {
  z-index: 150;
  -webkit-animation: nadel 4s infinite; /* Safari 4+ */
  -moz-animation:    nadel 4s infinite; /* Fx 5+ */
  -o-animation:      nadel 4s infinite; /* Opera 12+ */
  animation:         nadel 4s infinite; /* IE */
}

.header_icon .kompass_base {
  z-index: 10;
}

.section_politik_versprechen{
  color: #fff;
  font-family: 'latoitalic';
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  background-color: #0288d1;
  padding-top: 30px;
  padding-bottom: 55px;
}

.section_politik_versprechen h2 {
  font-family: 'latosemibold_italic';
  font-weight: normal;
}

.politik_versprechen_icon{
  margin-bottom: 20px;
}

.politik_quote {
  position: relative;
  z-index: 40;
  margin-top: -95px;
}



.politik_wasserzeichen_links {
  display: block;
  margin-top: 180px;
}

.politik_wasserzeichen_rechts {
  display: block;
  margin-top: 10px;
  float: right;
}

.unterstuetzer_beschreibung {
  text-align: left;
}

.unterstuetzer_foto {
    background-color: #4fc3f7;
    width: 170px;
    height: 170px;
    border-radius: 150px;
    border: 3px solid #fff;
  margin-left: 60px;
  text-align: center;
    margin-bottom: 40px;

    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
        overflow:hidden; /* Für Image-Element Variante */
}

@media (max-width: 992px) {
  .politik_wasserzeichen_links {
  display: none;
}

.unterstuetzer_foto {
  margin: 0 auto;
  text-align: center;
}

.politik_wasserzeichen_rechts {
  display: none;
}
}

/*Privat*/

.header_icon .kamera_base {
  z-index: 10;
}

.privat_ueberschrift {
  margin-bottom: 50px;
}


.privat_familie_text{
  font-family: 'latoregular';
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}
.slide {
  width: 200px;
  margin-left: 40px;
}
.privat_sport_foto {
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
.privat_sport_foto {
  width: 90%;
  height: auto;
}
.slide {
  width: 200px;
  margin-left: 10px;

}

}
.album button {
  background: none;
  border: none;
}

.album h3 {
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
  margin-top: 0;
  font-weight: normal;
  font-family: 'latosemibold';
  font-size: 17px;
}

.album .album_overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 250px;
  border: 3px solid #fff;
  height: 250px;
  display: block;
  position: absolute;
  z-index: 14;
  transition: 0.3s;
  border-radius: 150px;
  border-radius: 150px;
  overflow:hidden; /* Für Image-Element Variante */  
}

.album:hover .album_overlay{
  opacity: 1;
}

.album_overlay i{
  margin-top: 90px;
  font-size: 50px;
  color: #fff;
}

.album_cover {
  background-color: #4fc3f7;
  width: 250px;
  height: 250px;
  border: 3px solid #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 150px;
  border-radius: 150px;
  overflow:hidden; /* Für Image-Element Variante */  
}

.album_cover img {
    height: 100%;
    width: auto; 
}


  /*************************************
 * Basic lightbox styles. Notice the
 * default 'display' is 'none'.
 */

.lightbox {
  /** Hide the lightbox */
  visibility: hidden;

  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 400;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0,0,0,0.8);
}

.lightbox:target {
  /** Show lightbox when it is target */
  visibility: visible;

  /** Remove default browser outline style */
  outline: none;
}

/* Beruf */

.lebenslauf_icon {
  position: absolute;
  margin-top: 40px;
  right: 0;
}

@media (max-width: 992px) {
  .lebenslauf_icon {
    display: none;
  }
}


.lebenslauf_icon_mobile {
  position: relative;
  display: none;
}



.lebenslauf_icon img {
  width: 400px;
  height: auto;
}

.beruf {
  position: relative;
  text-align: left;
}

.tabs {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 60px;
}


.tab-link {
  cursor: pointer;
  border: 1px solid #fff;
  display: inline;
  padding: 10px 15px 10px 15px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-link:hover {
  background-color: #fff;
  color: #0288d1; 
}

.tabs .current {

  background-color: #fff;
  color: #0288d1;
}

.tab-content.current{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inherit;
}

.tab-content{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.beruf .col-md-5 {
  margin-bottom: 30px;
}

.beruf .col-md-5 h3 {
  font-family: 'latosemibold';
  font-weight: normal;
  font-size: 18px;
  margin:0;
}

.beruf .col-md-2 {
  font-family: 'latoitalic';
  font-size: 15px;
}

.beruf .col-md-5 p, .beruf .col-md-5 ul li {
  font-family: 'latoregular';
  opacity: 0.7;
  font-size: 15px;
}

.no-float {
  float: none;
  clear: both;
}

@media (max-width: 992px) {
  .lebenslauf_icon_mobile {
    text-align: center;
    display: inherit;
    margin-bottom: 40px;
  }

  .lebenslauf_icon_mobile img {
    width: 200px;
    height: auto;
  }
  .tabs {
    text-align: left;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 60px;
}
}

@media (max-width: 767px) {
   .tabs {
    text-align: left;
} 
}
/* Kontakt */
.kontakt_foto {
    background-color: #4fc3f7;
    width: 170px;
    height: 170px;
    border-radius: 150px;
    border: 3px solid #fff;
    margin: 0 auto;
  text-align: center;


    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
        overflow:hidden; /* Für Image-Element Variante */
}

.kontakt_satz {
  font-family: 'latoregular';
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
}

.kontakt_satz a:first-child {
  font-family: 'latosemibold';
  color: #3B5998;
  border-bottom: 1px dotted #3B5998;
  margin-right: 3px;  
}

.kontakt_satz a:first-child:hover {
  text-decoration: none;
  border-bottom: 1px solid #3B5998;
  margin-right: 3px;  
}

.kontakt_satz a:nth-child(2) {
  font-family: 'latosemibold';
  color: #069;
  border-bottom: 1px dotted #3B5998;
  margin-right: 3px;  
}

.kontakt_satz a:nth-child(2):hover {
  text-decoration: none;
  border-bottom: 1px solid #069;;
}
.kontakt_satz a:nth-child(3) {
  font-family: 'latosemibold';
  color: #007577;
  border-bottom: 1px dotted #3B5998;
  margin-right: 3px;  
}

.kontakt_satz a:nth-child(3):hover {
  text-decoration: none;
  border-bottom: 1px solid #007577;;
}



.links {
  float: left;
  border: none;
}

.links:hover {
  border: none;
}

.links:hover .links_icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  color: #0288d1;
}

.links:hover .links_name {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255,255,255,0.1);
}

.links_name {
  display: inline;
  margin-right: 15px;
  float: left;
  width: auto;
  height: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 12px;
  border: 1px solid #fff;
  list-style: none;
  margin-bottom: 20px;
  vertical-align: center;
}

.links_name a {
  border: none;
  padding-top: 12px;
  color: #fff;
  text-decoration: none;
}

.links_name a:hover {
  border: none;
  color: #fff;
  text-decoration: none;
}

.links_icon {
  font-size: 18px;
  color: #fff;
  padding-top: 13px;
  height: 50px;
  width: 50px;
  border-top: 1px solid #fff; 
  border-bottom: 1px solid #fff; 
  border-left: 1px solid #fff; 
  float: left;
}

.gallery {
  margin-top: 20px;
}

/* Footer */

#footer {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
	height: 64px;
	width: 100%;
	background-color: #dbdfe0;
}

#footer .footer_some {
  width: 64px;
  height: 64px;
  float: right;
  font-size: 18px;
  text-align: center;
  padding-top: 18px;
 -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#footer .footer_link {
  width: auto;
  height: auto;
  color: #3a3c42;
	padding-top: 20px;
	float: left;
	margin-right: 40px;
}

#footer a {
    border: none;
}

#footer a:hover {
  color: #0288d1;
  text-decoration: none;
}

#footer .footer_scrollup {
	background-color: #fff;
  color: #c1cdd0;
}

#footer .footer_scrollup:hover {
  background-color: #4fc3f7;
  color: #fff;
}

#footer .footer_facebook{
  color: #3a3c42;
	background-color: none;
}

#footer .footer_facebook:hover {
  background-color: #3a5795;
  color: #fff;
}

#footer .footer_xing{
  color: #3a3c42;
  background-color: none;
}

#footer .footer_xing:hover {
  background-color: #006567;
  color: #fff;
}

#footer .footer_linkedin{

  color: #3a3c42;
	background-color: none;
}

#footer .footer_linkedin:hover {
  background-color: #007bb6;
  color: #fff;
}

#footer .footer_some_container {
  width: auto;
  height: 64px;
}

#footer_mobile {
  display: none;
}

@media (max-width: 767px) {
  #footer {
    height: auto;
  }
  #footer .footer_link {
    display: none;
  }

  #footer .footer_some_container {
    height: auto;
    width: 266px;
    margin: 0 auto;
    display: block;
  }
  #footer .footer_some {
    display: inline-block;
    float: none;
  }
  #footer_mobile {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #3a3c42;
    padding-top: 8px;
    background-color: #4fc3f7;
    height: 36px;
    width: 100%;
    text-align: center;
    display: block;
  }

}




.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143,27,15,0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  width: 100%;
  color: #fff;
  background-color: #4fc3f7;
  position: relative;
  margin: 0 auto;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #4fc3f7;
} 

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-close {
  width: 100%;
  text-align: right;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  margin-bottom: 40px;
  transition: .3s;
}


.md-close:hover {
  color: rgba(255,255,255,0.4);
}