<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Engin Deniz
Theme URI:
Author: Brainds
Author URI: http://themekraft.com/
Description: 
Version: 1.1.9
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

Credits:

1. Bootstrap

 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/





/*@font-face {
  font-family: 'Neutraface Text';
  src: url('includes/fonts/NeutraText-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;    
}

@font-face {
  font-family: 'Neutraface Text';
  src: url('includes/fonts/NeutraText-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;    
}

@font-face {
  font-family: 'Neutraface Text';
  src: url('includes/fonts/NeutraText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;    
}

@font-face {
  font-family: 'Neutraface Text';
  src: url('includes/fonts/NeutraText-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;    
}*/

/* Import Adobe TypeKit Font */

@import url("https://use.typekit.net/vdf2igr.css");


/* WebWerker */
.shadow		{ border-left:solid 1px #EFEFEF; border-top:solid 1px #EFEFEF;
				box-shadow: 5px 5px 3px #ccc; -moz-box-shadow: 5px 5px 3px #ccc; -webkit-box-shadow: 5px 5px 3px #ccc; -khtml-box-shadow: 5px 5px 3px #ccc; }
.floatLeft	{ float:left; padding:0 15px 5px 0; }
ul li			{ font-family: 'corporate-s', sans-serif !important; }
ol li			{ font-family: 'corporate-s', sans-serif !important; }
/* WebWerker */

.vc_col-sm-12 {
  width: 100% !important;
  max-width: 800px !important;
}

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}

.home .main-content-inner {
	padding-bottom: 0;
}

.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu&gt;.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active&gt;.dropdown-menu, .dropdown-submenu:hover&gt;.dropdown-menu {
display: block;
}
.dropdown-submenu&gt;a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active&gt;a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left&gt;.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}






/* Global */
body {
	font-family: 'futura-pt', sans-serif;
    font-size: 16px;
    line-height: 20px;  
}
    html {
      scroll-behavior: smooth;
    }

body {
animation: fadein 3s;
-moz-animation: fadein 3s; /* Firefox */
-webkit-animation: fadein 3s; /* Safari and Chrome */
-o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

a, a:hover, a:focus {
    color: #E40037;
}


p, .mehr-text {
  font-family:'corporate-s';
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #E4002B !important;
    font-family:'futura-pt' !important; font-style:italic;
}


.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;a:focus {
    color: #E4002B !important;
}

.form-control {
    border: 0;
    border-radius: 0;
}


.btn-default {
    border: 0;
    border-radius: 0;
    color: #E40037;
}



/* Header */
.fixhead-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;    
    right: 0;
    background: #fff;
}

.header-logo {
    width: 150px;
    margin: 20px auto 10px auto;
}


.header-logo img {
    width: 100%;
    position: relative;
}



/* Menu */
@media (min-width: 768px) {

	.navbar-nav {
	    float: none;
	    text-align: center;
	}

	.navbar-nav&gt;li {
	    float: none;
	    display: inline-block;
	}

  .navbar {
      margin-bottom: 0;
  }  
}

.navbar.navbar-default {
    background: transparent;
    border: 0;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #000;
    padding: 0 10px;
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.menu-item .caret {
    display: none;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
    color: #555;
    background: transparent;
}

.navbar-header {
    text-align: center;
}

.navbar-default .navbar-toggle {
    border: 0;
    float: none;
    z-index: 9999;
}

/* Home */
.home .main-content {
    background: #E4002C;
}


.circle {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 79%;
    vertical-align: middle;
}
.circle svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.circle svg.circleFill {
  z-index: 1;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
  -webkit-transition: all 3s;
  transition: all 4s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.circle svg.circleFill.filled {
  stroke-dashoffset: 0;
}


.main-content {
    /*margin-top: 210px;*/
}




.home-claim {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family:'futura-pt' !important; font-weight:bold; font-style:italic;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



/* Footer */

footer#colophon {
    z-index: 9999;
    position: relative;
    background: #fff;
    margin-top: -70px;
}

.home footer#colophon {
    margin-top: 0px !important;
}

.site-footer-inner {
    padding: 30px 0 20px 0;
}

ul.footer-menu {
    list-style: none;
    text-align: center;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
    padding: 6px;
    color: #E4002C;
    font-weight: 500;
}

.footer-social {
    font-size: 13px;
}

.footer-menu .fa-stack {
    color: #E4002C;
}


/* Pages */
.teaser {
    background: #E4002B;
    color: #fff;
}

.teaser-text {
    padding-top: 25px;
}

.teaser p {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    font-family:'futura-pt' !important; font-style:italic;
}

.teaser-text p {
      font-family: 'futura-pt', sans-serif;
}

span.team-members {
    width: 100%;
    display: block;
    line-height: 18px;
}

.team-members span {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    margin-left: 5px;
    font-family: 'futura-pt', sans-serif;
    cursor: pointer;
}

.team-members span a {
    margin-right: 3px;
}

.team-members span a {
    color: inherit;
    text-decoration: none;
}

img.alignnone.size-full {
    width: 100%;
    margin-bottom: 15px !important;
}


.thema {
	background: #fff; 
}

/* "thema-1" ist die Ãœberschrift im roten Balken */
#thema-2, #thema-4, #thema-6, #thema-8, #thema-10, #thema-12, #thema-14, #thema-16, #thema-18, #thema-20, #thema-22, #thema-24, #thema-26, #thema-28, #thema-30 {
	background: #EEEEEC;
}
#thema-3, #thema-5, #thema-7, #thema-9, #thema-11, #thema-13, #thema-15, #thema-17, #thema-19, #thema-21, #thema-23, #thema-25, #thema-27, #thema-29 {
	background: #F5F5F3;
}


.mehr-button, .mehr-button p{
    display: block;
    text-decoration: underline;
    color: #E4002B;
    font-size: 14px;
    cursor: pointer;
    font-family:'futura-pt', sans-serif;
}

.mehr-text {
    display: none;
    padding-top: 10px; 
}

span.mehr-button {
    margin-top: 10px;
}


/* Stacking effect */


.latched {
	position: fixed !important; 
	left: 15px !important; 
	right: 15px !important; 
	width: auto !important;
  z-index: 60;
}

.latched-notvisible {
	display: none;
}

.latchedbottom { 
  position: fixed !important;
  bottom: 80px;
  left: 15px !important; 
  right: 15px !important; 
  width: auto !important;
  z-index: 60;
}


.teaser, .thema {
  z-index: 60;
}


#thema-1 {
  z-index: 61;
}

#thema-2 {
  z-index: 62;
}

#thema-3 {
  z-index: 63;
}

#thema-4 {
  z-index: 64;
}

#thema-5 {
  z-index: 65;
}

#thema-6 {
  z-index: 66;
}

#thema-7 {
  z-index: 67;
}

#thema-8 {
  z-index: 68;
}

#thema-9 {
  z-index: 69;
}

#thema-10 {
  z-index: 70;
}

#thema-11 {
  z-index: 71;
}

#thema-12 {
  z-index: 72;
}

#thema-13 {
  z-index: 73;
}

#thema-14 {
  z-index: 74;
}

#thema-15 {
  z-index: 75;
}

#thema-16 {
  z-index: 76;
}

#thema-17 {
  z-index: 77;
}

#thema-18 {
  z-index: 78;
}


#thema-19 {
  z-index: 79;
}

#thema-20 {
  z-index: 80;
}

#thema-21 {
  z-index: 81;
}

#thema-22 {
  z-index: 82;
}

#thema-23 {
  z-index: 83;
}

#thema-24 {
  z-index: 84;
}

#thema-25 {
  z-index: 85;
}

#thema-26 {
  z-index: 86;
}

#thema-27 {
  z-index: 87;
}

#thema-28 {
  z-index: 88;
}

#thema-29 {
  z-index: 89;
}

#thema-30 {
  z-index: 90;
}





.home-container {
    height: 100%;
}






@media (max-width: 767px) {

.header-logo {
    /*height: 50px;
    overflow: hidden;*/
}
.navbar-collapse {
    margin-top: 10px;
}
nav.site-navigation {
    margin-top: -65px;
    height: 60px;
}
button.navbar-toggle {
    float: right !important;
    font-size: 30px;
}
.navbar-default .navbar-nav&gt;li&gt;a {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
}

header#masthead {
    position: relative;
    z-index: 999;
}

.site-navigation-inner {
    background: #fff;
}

}




@media (max-width: 640px) {


  .home-claim {
    font-size: 30px;
    line-height: 36px;
  } 

}

@media (max-width: 560px) {


  .home-claim {
    font-size: 30px;
    line-height: 36px;
  } 

}



@media (max-width: 480px) {


.home-claim {
    font-size: 30px;
    line-height: 36px;
}

.circle {
    padding-bottom: 62%;
    margin-top: 4%;
}

}



@media (min-width: 481px) {


.home-claim {
    font-size: 30px;
    line-height: 36px;
}

.circle {
    padding-bottom: 62%;
}

}






@media (min-width: 768px) {
  .container {
    width: 740px;
  }

}

@media (min-width: 992px) {
  .container {
    width: 760px;
  }

}

@media (min-width: 1200px) {
  .container {
    width: 760px;
  }

}

@media (min-width: 1600px) {




}



.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid&gt;li {
    margin-bottom: 20px !important;
}





.thema .wpb_button, .wpb_content_element, .thema ul.wpb_thumbnails-fluid&gt;li {
    margin-bottom: 30px !important;
    padding-top: 10px;
}

.wpb_images_carousel.wpb_content_element {
    margin-top: -20px !important;
    margin-bottom: 5px !important;
}



div.pp_default .pp_content_container .pp_left, 
div.pp_default .pp_content_container .pp_right, 
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_right
{
    background: none !important;
}

div.pp_default .pp_content_container .pp_details {
    background: #E4002B;
    min-height: 60px;
    margin: 0 !important;
}

.pp_gallery {
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    margin-top: 13px !important;
}


div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    display: none !important;
}

div.pp_default a.pp_play {
    width: 30px;
    height: 30px;
    background: url(includes/images/edplay.svg) !important;
    background-size: contain !important;
    cursor: pointer;
}

a.pp_play {
    left: 10px !important;
    top: 12px !important;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
	display: none;
}

div.pp_default .pp_nav .pp_pause {
    width: 30px;
    height: 30px;
    background: url(includes/images/edpause.svg) !important;
    background-size: contain !important;
    cursor: pointer;   
}

a.pp_pause {
    left: 10px !important;
    top: 12px !important;
    position: relative;    
}

a.pp_close {
    right: 10px !important;
    top: 16px !important;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(includes/images/edcancel.svg) !important;
    background-size: contain !important;
    cursor: pointer;
}

div.pp_default a.pp_arrow_next {
    background: url(includes/images/edright.svg) !important;
    background-size: contain !important;
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_previous {
    background: url(includes/images/edleft.svg) !important;
    background-size: contain !important;
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}

.pp_details {
    display: block !important;
    opacity: 1 !important;
}

div.pp_default .pp_next, div.pp_default .pp_next:hover {
    background: url(includes/images/edright-big.svg) center right no-repeat !important;
    background-size: 50px 33px !important;
}

div.pp_default .pp_previous, div.pp_default .pp_previous:hover {
    background: url(includes/images/edleft-big.svg) center left no-repeat !important;
    background-size: 50px 33px !important;
}

.vc_images_carousel {
    width: 100% !important;
}

a.prettyphoto {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

a.prettyphoto:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(includes/images/edplus.svg) !important;
    background-size: contain !important;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 40px;
    bottom: 15px;
    z-index: 1;
}



.top_aligned .fields label {
    display: none;
}





#cp_contactformtoemail_pform_1 .pbSubmit {
	margin: 20px 0 0 0;
    border: 0;
    border-radius: 0;
    color: #E40037;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#cp_contactformtoemail_pform_1 .pbSubmit:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}




#cp_contactformtoemail_pform_1 #fbuilder .medium {
    border: 0;
    border-radius: 0;
    display: block;
    width: 75% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #888888;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

#cp_contactformtoemail_pform_1 #fbuilder .medium:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.cpp_form {
    text-align: left;
    margin-top: -50px;
    padding-bottom: 70px;
}

div.pp_default .pp_expand {
	display: none !important;
}

/* prettyPhoto styling for small screens */
@media (max-width: 500px)
{
    .pp_pic_holder.pp_default
    {
        width: 100%!important;
        margin-top:-100px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_hoverContainer
    {
        width: 100%!important;
		height: 100%!important;   
    }    
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
	a.prettyphoto:after {
	    right: 20px;
	}
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    div.pp_default .pp_content_container .pp_details
    {
        box-sizing: border-box;
        width: 100%!important;
		margin-top: -5px !important;
        min-height: 50px !important;
    }
	.pp_gallery {
	    display: none !important;
	}    
    a.pp_close
    {
        right: 10px!important;
        top: 10px!important;
    }
    a.pp_play, a.pp_pause {
        left: 10px!important;
        top: 7px!important;
    }
	.vc_custom_1460983082012 {
	    margin-bottom: -35px !important;
	}    
}


</pre></body></html>