@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}



/* Reset CSS
 * --------------------------------------- */
 


	

	/* Font Face
	* --------------------------------------- */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/open-sans-v17-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
       
}


/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-condensed-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('../fonts/open-sans-condensed-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v14-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
       
}



/*------------------------------------*\
  MAIN
\*------------------------------------*/

body{
  color: #000;
  background-color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
p {
	font-size: 1.7em;
	line-height: 1.75em;
    margin-bottom: 1em;
	}

strong{
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600; 
}

a{
  color: #000;
  text-decoration: none;
   -webkit-transition: all 0.15s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.15s ease-out;  /* FF4+ */
      -ms-transition: all 0.15s ease-out;  /* IE10? */
       -o-transition: all 0.15s ease-out;  /* Opera 10.5+ */
          transition: all 0.15s ease-out; 
}

h1, h2, h3, h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
}

h1{
  font-size: 4em;
  line-height: 1.3em;
  font-weight: 800;
}

h2{
  font-size: 2.6em;
  font-weight: 600;
  font-style: italic;
}
h3, h4 {
    font-size: 2em;
}
p a {
	border-bottom: 1px solid #000;
    line-height: 20px !important;
    display: inline-block;}
    
ul {
    list-style-position: inside;
    padding: 40px 20px;

}
li {
    font-size: 1.7em;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    list-style-type: disc;
    list-style: disc;
}
.text-small {
    font-size: 1.4em;
}
p .text-small {
    font-size: 0.82em;
}

p, h1, h2, h3, li {
    opacity: 0;
    position: relative;
    top: 20px;
    transition: all 0.4s ease 0.2s;
}

p.now-visible, h1.now-visible, h2.now-visible, li.now-visible {
        opacity: 1;
        top: 0;
}
.text-content p, .text-content h1, .text-content h2, .text-content li {
        opacity: 1;
        top: 0;
}
ul#menu li {
    top: 0;
    opacity: 1;
}

* { box-sizing: content-box; }

/*
ul li::before {
    content: " ";
    background-image: url("../images/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    margin-left: -28px;
    margin-top: 9px;
    width: 16px;
    height: 13px;
}
*/

.logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 115px;
    position: relative;
    padding: 40px;
    margin: 0 auto;
    width: 580px;
}
.logo img {
    width: 100%;
    height: auto;
}
#nav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    display: block;
}
#menu {
    padding: 0;
}
#menu li {
    display: inline;
    margin: 0;
    padding: 5px 10px;
    font-size: 1.4em;
}
ul#menu li::before {
    display: none;
}
#menu li a {
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #838383;
    font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    outline: none;
    border: 0;
    transition: all 0.3s ease 0s;
}
#menu li.active a {
    color: #fff;
}
#menu li a.lang-active {
    color: #fff;
}

#menu li a:hover {
    color: #fff;
}
.lang-divider {
    margin: 0 3px;
    color: #838383;
}


	
#content {
    margin-top: 50px;
    position: relative;
}
#welcome {
    position: relative;
    padding: 0 0 60px;
    background-color: #fff;
}
#experience {
    position: relative;
    padding: 60px;
    background-color: #fff;
}
#portfolio {
    position: relative;
    padding: 60px 60px 100px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EDF0F5 100%);
}
#contact {
    position: relative;
    padding: 60px;
    background-color: #fff;
}

/* --- WELCOME --- */
.intro {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
}
.swiper-container {
    margin: 0;
    width: 58%;
    }
.swiper-wrapper {
    width: 100%;
    /*padding-bottom: 100%;*/
}
.swiper-slide {
    background-size: cover;
}
.swiper-pagination .swiper-pagination-bullet-active {
     background: #000;
}
.swiper-slide img {    
    width: 100%;
    height: auto;
    }
/*
.slide-1 {
    background-image: url("../images/fpe-reuter-img-1.jpg");
}
.slide-2 {
    background-image: url("../images/fpe-reuter-img-2.jpg");
}
.slide-3 {
    background-image: url("../images/fpe-reuter-img-3.jpg");
}
.slide-4 {
    background-image: url("../images/fpe-reuter-img-4.jpg");
}
.slide-5 {
    background-image: url("../images/fpe-reuter-img-5.jpg");
}
*/

.keyfacts {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 2%;
}
.keyfacts ul {
    padding: 0 20px 0 60px;
    list-style: none;
    list-style-type: none;
}
.keyfacts ul li {
    list-style: none;
    list-style-type: none;
    font-size: 2.4em;
    font-weight: 600;
}
.keyfacts ul li::before {
    content: " ";
    background-image: url("../images/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
    margin-top: 12px;
    width: 18px;
    height: 18px;
}



#experience {
    display: flex;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.experience-img {
    width: 305px;
    z-index: 1;
    position: relative;
}
.experience-img img {
    width: 100%;
    height: auto;
}
.experience-img .img-description p {
    margin-left: 40px;
    margin-top: 20px;
    line-height: 1.5em;
}
.experience-text {
    width: 60%;
    z-index: 0;
    position: relative;
    padding-left: 40px;
}
.experience-text ul {
    /*padding: 40px 20px;*/
}
.experience-text::before {
    background-color: #EDF0F5;
    width: calc(100% + 170px);
    height: calc(100% + 90px);
    display: block;
    position: absolute;
    top: -60px;
    left: -100px;
    content: "";
    z-index: -1;
}


.portfolio-inside {
    margin: 0 auto;
    background-color: #fff;
    padding: 80px 70px 30px;
    max-width: 1000px;
    width: 780px;
}


#contact::after {
    content: " ";
    background-image: url("../images/flame-big@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 423px;
    height: 551px;
}
#contact::before {
    content: " ";
    background-image: url("../images/flame-small@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 279px;
    height: 304px;
}
#contact > div {
    z-index: 1;
}
.logo.contact-logo {
    width: 390px;
}

.kontakt-buttons {
    text-transform: uppercase;
    font-size: 1.7em;
    left: 50%;
    display: inline-block;
    display: flex;
    justify-content: center;
    position: relative;
    transform: translateX(-50%);
    top: 0;
    flex-direction: column;
    max-width: 260px;
    padding-bottom: 200px;
}
.kontakt-buttons a {
    padding: 18px 20px;
    border: 1px solid #000;
    background-color: transparent;
    margin: 8px 3px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    color: #000;
    transition: all 0.2s ease 0s;
}
.kontakt-buttons a:hover {
    border: 1px solid #C1272D;
    background-color: transparent;
    /*color: #C1272D;*/
    
}

.kontakt-buttons a::before {
    content: " ";
    background-image: url("../images/btn-icon-mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 2px;
    width: 18px;
    height: 18px;
}
.kontakt-buttons a.button-anrufen:before {
    background-image: url("../images/btn-icon-phone.svg");
}

.foot-container {
    bottom: 14px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 230px;
}


  
    

	
.foot-container > div {
    font-size: 1.4em;
    height: 24px;
    margin: 0 auto;
    float: left;
    width: 50%;
    text-align: center;
}
.foot-container > div a {
    background-color: transparent;
    line-height: 22px;
    padding: 8px 12px;
    font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    transition: all 0.2s ease 0s;
}
.foot-container > div a:hover {
    color: #C1272D;
}
.foot-container > div:first-child::after {
    background-color: #000;
    width: 1px;
    height: 24px;
    display: block;
    position: relative;
    right: 0;
    content: "";
    top: 0;
    float: right;
}

/* TEXT PAGES IMPRINT / DATENSCHUTZ*/
.text-content .logo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0;
    max-width: 380px;
}
.text-content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.text-content h2 {
    margin-bottom: 1em;
}
.text-content .foot-container {
    bottom: 14px;
    left: 0;
    margin: 40px auto;
    position: relative;
    text-align: center;
    width: 150px;
    transform: translateX(-30px);
}



#popout {
  position: fixed;
  display: block !important;
  height: auto;
  width: 100%;
  background: #000;
  color: white;
  top: 20px;
  margin-top: -380px;
  margin-bottom: 0;
  left: 0;
  overflow: auto;
  padding: 20px 10px;
  z-index: 996; 
transition: all 0.3s ease 0s;
}
  
#popout li {
      color: #fff;
  }
#popout li {
    font-size: 1.7em;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    list-style-type: none;
    list-style: none;
    font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#popout li a {
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #838383;
    font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    outline: none;
    border: 0;
    transition: all 0.3s ease 0s;
}
#popout li.active a {
    color: #fff;
}
#popout li a.lang-active {
    color: #fff;
}


#popout.popout-is-open {
    margin-top: 0px;
    margin-bottom: -120px;
}

#toggle {
    background-color: #000;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 52px;
    z-index: 999;
}
  
#toggle:hover {
    cursor: pointer; }

.menu-icon {
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-icon:hover {
    cursor: pointer;
}
.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #eee;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }

.menu-icon span:nth-child(1) {
top: 3px; }
.menu-icon span:nth-child(2) {
top: 9px; }
.menu-icon span:nth-child(3) {
top: 15px; }


.menu-icon.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

.menu-icon.open span:nth-child(2) {
    opacity: 0; }
.menu-icon.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

ul#menu-mobile {
    padding: 15px;
}


	/* Responsive
	* --------------------------------------- */
	
	
	
	
@media only screen and (min-width: 1160px) {

    .portfolio-inside {
        padding: 80px 120px 30px;
    }


}
	
@media only screen and (max-width: 1030px) {
    .intro {
        max-width: 90%;
    }
    #portfolio {
        padding: 60px 30px 100px;
    }
    .portfolio-inside {
        padding: 80px 80px 30px;
        width: calc(90% - 100px);
    }
}


@media only screen and (max-width: 980px) {

    #experience {
        width: 90%;
        flex-direction: column;
        align-items: self-end;
    }
    .experience-text {
        width: 90%;
        padding-left: 40px;
    }

    .experience-text::before {
        width: calc(100% + 40px);
        left: -20px;
    }
    .experience-img {
        width: 100%;
        max-width: 350px;
        display: flex;
        margin-bottom: 20px;
    }
    .experience-img .img-description p {
        width: 140px;
        margin-left: 20px;
    }
    
    #portfolio {
    padding: 60px 40px 80px;
    }
    .portfolio-inside {
        width: calc(100% - 60px);
        padding: 50px 30px;
    }
    #contact::after {
        right: 5%;
    }
    #contact::before {
        display: none;
    }
}


@media only screen and (max-width: 767px) {

    #menu li {
        font-size: 1.3em;
    }
    h1{
      font-size: 3.6em;
      line-height: 1.2em;
    }

    h2{
      font-size: 2.3em;
    }
    h3, h4 {
        font-size: 1.8em;
    }
    p {
        font-size: 1.6em;
    }

    
    .logo {
        height: auto;
        padding: 40px 20px;
        width: calc(100% - 40px);
    }
    .intro {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }
    .swiper-container {
        width: 100%;
    }
    .keyfacts {
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 0;
        margin-top: 30px;
    }
    .keyfacts ul li {
        font-size: 2.1em;
    }
    .experience-text {
        width: 94%;
    }
    .experience-text h2 {
        width: 85%;
    }
    #experience {
        padding: 40px 15px 80px;
    }
    #portfolio {
        padding: 20px 40px 40px;
    }
    .portfolio-inside {
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
    .logo.contact-logo {
        width: 100%;
        padding: 40px 0;
    }
    #contact {
        padding: 60px 20px;
    }
    
}

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

    #toggle, #popout {
        display: none;
    }
    #nav {
        display: block;
    }

}
@media only screen and (max-width: 540px) {

    #toggle, #popout {
        display: block;
    }
    #nav {
        display: none;
    }

}



@media only screen and (max-width: 760px) and (orientation: landscape) {
}

@media only screen and (max-height: 900px) and (orientation: portrait) { /* MAX HEIGHT !!! */

}
	